Privatize PLABStats data members

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Unresolved
    • Priority: P4
    • None
    • Affects Version/s: None
    • Component/s: hotspot
    • gc

      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`.

            Assignee:
            Unassigned
            Reporter:
            Kim Barrett
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: