Is "-XX:G1OldCSetRegionLiveThresholdPercent" a flag in java 7?
Jesper Wilhelmsson
jesper.wilhelmsson at oracle.com
Tue May 7 08:57:54 PDT 2013
Hi Ryan,
-XX:G1OldCSetRegionLiveThresholdPercent has been replaced by
-XX:G1MixedGCLiveThresholdPercent
It is also an experimental option which means you should only use it if you know
what you are doing. To enable experimental options use
-XX:+UnlockExperimentalVMOptions as shown in some of the examples in the
presentation.
Hth,
/Jesper
Ryan Gardner skrev 7/5/13 4:09 PM:
> In the slides posted for the G1 tuning session at Java One 2012 here:
>
> http://www.myexpospace.com/JavaOne2012/SessionFiles/CON6583_PDF_6583_0001.pdf
>
> I see "-XX:G1OldCSetRegionLiveThresholdPercent" being listed as one of the
> options to try to tune long mixed GC's
>
> I tried using this on Java 1.7.0_21 but it comes back as being an unrecognized
> vm option
>
> Is there another secret flag I need to enable to try to tune these bits more?
>
>
> _______________________________________________
> hotspot-gc-use mailing list
> hotspot-gc-use at openjdk.java.net
> http://mail.openjdk.java.net/mailman/listinfo/hotspot-gc-use
>
More information about the hotspot-gc-use
mailing list