src/hotspot/share/gc/shared/gc_globals.hpp
changeset 59115 a129f10e1b9a
parent 59053 ba6c248cae19
child 59241 23ecaf949f8f
--- a/src/hotspot/share/gc/shared/gc_globals.hpp	Thu Nov 14 17:34:45 2019 -0800
+++ b/src/hotspot/share/gc/shared/gc_globals.hpp	Fri Nov 15 16:58:29 2019 -0500
@@ -228,10 +228,6 @@
           "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)")                                    \