RFR: 8199024: Remove unneccessary protected and virtual modifiers from G1CollectedHeap (original) (raw)

Erik Helin erik.helin at oracle.com
Mon Mar 5 16:44:07 UTC 2018


Hi all,

this tiny patch cleans up the visibility for members in G1CollectedHeap a bit. There is no need for protected members, I also removed two unnecessary virtual modifiers.

Issue: https://bugs.openjdk.java.net/browse/JDK-8199024

Patch: http://cr.openjdk.java.net/~ehelin/8199024/00/

Testing:

Thanks, Erik



More information about the hotspot-gc-dev mailing list