hotspot/src/share/vm/runtime/globals.hpp
changeset 15094 80724d2b6f25
parent 15088 8875e774f1a3
child 15107 55cbde13be26
--- a/hotspot/src/share/vm/runtime/globals.hpp	Fri Jan 04 21:33:22 2013 +0100
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Fri Jan 04 17:04:25 2013 -0800
@@ -1599,7 +1599,7 @@
   develop(bool, CMSTraceThreadState, false,                                 \
           "Trace the CMS thread state (enable the trace_state() method)")   \
                                                                             \
-  product(bool, CMSClassUnloadingEnabled, false,                            \
+  product(bool, CMSClassUnloadingEnabled, true,                             \
           "Whether class unloading enabled when using CMS GC")              \
                                                                             \
   product(uintx, CMSClassUnloadingMaxInterval, 0,                           \