RFR: 8048269: Add flag to turn off class unloading after G1 concurrent mark

Stefan Karlsson stefan.karlsson at oracle.com
Thu Jul 10 16:54:42 UTC 2014


On 2014-07-10 17:19, Stefan Karlsson wrote:
> Hi all,
>
> Please, review this patch to add code and a flag to turn off class 
> unloading after G1 concurrent mark.

Just to clarify: this only turns off class unloading after concurrent 
mark. Full GCs will still do class unloading.

CMS already has the -XX:-CMSClassUnloadingEnable to support this and 
this patch adds the same "feature" to G1.

StefanK

>
> http://cr.openjdk.java.net/~stefank/8048269/webrev.00/
> https://bugs.openjdk.java.net/browse/JDK-8048269
>
> thanks,
> StefanK




More information about the hotspot-gc-dev mailing list