hotspot/src/share/vm/runtime/globals.hpp
changeset 25908 8adb2fb6fc3c
parent 25905 04a3d83cc752
child 25947 8f94ddc3729a
child 25959 6c11a6272b60
--- a/hotspot/src/share/vm/runtime/globals.hpp	Mon Aug 04 15:04:45 2014 +0200
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Wed Aug 06 09:55:16 2014 +0200
@@ -1078,6 +1078,9 @@
   product(bool, ClassUnloading, true,                                       \
           "Do unloading of classes")                                        \
                                                                             \
+  product(bool, ClassUnloadingWithConcurrentMark, true,                     \
+          "Do unloading of classes with a concurrent marking cycle")        \
+                                                                            \
   develop(bool, DisableStartThread, false,                                  \
           "Disable starting of additional Java threads "                    \
           "(for debugging only)")                                           \