8000325: Change default for CMSClassUnloadingEnabled to true
authorjmasa
Fri, 04 Jan 2013 17:04:25 -0800
changeset 15094 80724d2b6f25
parent 15093 18cb2c160db1
child 15095 8ce5dcdbeb26
8000325: Change default for CMSClassUnloadingEnabled to true Reviewed-by: stefank, ysr
hotspot/src/share/vm/runtime/globals.hpp
--- 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,                           \