8000325: Change default for CMSClassUnloadingEnabled to true
Reviewed-by: stefank, ysr
--- 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, \