< prev index next >

src/hotspot/share/gc/shared/gc_globals.hpp

Print this page
rev 56935 : [mq]: obsolete

*** 226,239 **** \ product(bool, ExplicitGCInvokesConcurrent, false, \ "A System.gc() request invokes a concurrent collection; " \ "(effective only when using concurrent collectors)") \ \ - product(bool, GCLockerInvokesConcurrent, false, \ - "The exit of a JNI critical section necessitating a scavenge, " \ - "also kicks off a background concurrent collection") \ - \ product(uintx, GCLockerEdenExpansionPercent, 5, \ "How much the GC can expand the eden by while the GC locker " \ "is active (as a percentage)") \ range(0, 100) \ \ --- 226,235 ----
< prev index next >