src/hotspot/share/gc/shared/gc_globals.hpp
changeset 59115 a129f10e1b9a
parent 59053 ba6c248cae19
child 59241 23ecaf949f8f
equal deleted inserted replaced
59114:c545e449137c 59115:a129f10e1b9a
   226                                                                             \
   226                                                                             \
   227   product(bool, ExplicitGCInvokesConcurrent, false,                         \
   227   product(bool, ExplicitGCInvokesConcurrent, false,                         \
   228           "A System.gc() request invokes a concurrent collection; "         \
   228           "A System.gc() request invokes a concurrent collection; "         \
   229           "(effective only when using concurrent collectors)")              \
   229           "(effective only when using concurrent collectors)")              \
   230                                                                             \
   230                                                                             \
   231   product(bool, GCLockerInvokesConcurrent, false,                           \
       
   232           "The exit of a JNI critical section necessitating a scavenge, "   \
       
   233           "also kicks off a background concurrent collection")              \
       
   234                                                                             \
       
   235   product(uintx, GCLockerEdenExpansionPercent, 5,                           \
   231   product(uintx, GCLockerEdenExpansionPercent, 5,                           \
   236           "How much the GC can expand the eden by while the GC locker "     \
   232           "How much the GC can expand the eden by while the GC locker "     \
   237           "is active (as a percentage)")                                    \
   233           "is active (as a percentage)")                                    \
   238           range(0, 100)                                                     \
   234           range(0, 100)                                                     \
   239                                                                             \
   235                                                                             \