< prev index next >

src/share/vm/runtime/globals.hpp

Print this page

        

@@ -1197,11 +1197,11 @@
                                                                             \
   product(bool, ClassUnloading, true,                                       \
           "Do unloading of classes")                                        \
                                                                             \
   product(bool, ClassUnloadingWithConcurrentMark, true,                     \
-          "Do unloading of classes with a concurrent marking cycle")        \
+          "Do unloading of classes during concurrent mark")                 \
                                                                             \
   develop(bool, DisableStartThread, false,                                  \
           "Disable starting of additional Java threads "                    \
           "(for debugging only)")                                           \
                                                                             \
< prev index next >