PLABStats has a number of (atomic) data members that have `protected` access class. The information is also available via accessor functions, and the derived G1EvacStats uses those accessor functions (after JDK-8375971) rather than direct access to the base class data members. As a result, these members can be made `private` rather than `protected`.
- relates to
-
JDK-8375971 G1: Convert G1EvacStats to use Atomic<T>
-
- Resolved
-