RFR: 8199027: Make protected members private in G1Policy

Stefan Johansson stefan.johansson at oracle.com
Mon Mar 12 13:44:19 UTC 2018


Looks good,

StefanJ

On 2018-03-12 14:07, Erik Helin wrote:
> Hi all,
>
> this tiny patch removes the (unnecessary) use of `protected` 
> visibility from the class G1Policy, the members that were protected 
> can just be private.
>
> Issue:
> https://bugs.openjdk.java.net/browse/JDK-8199027
>
> Patch:
> http://cr.openjdk.java.net/~ehelin/8199027/00/
>
> Testing:
> - make run-test-tier1
>
> Thanks,
> Erik




More information about the hotspot-gc-dev mailing list