diff src/share/vm/runtime/globals.hpp @ 7454:6e9174173e00

8000325: Change default for CMSClassUnloadingEnabled to true Reviewed-by: stefank, ysr
author jmasa
date Fri, 04 Jan 2013 17:04:25 -0800
parents b735136e0d82
children 1f6d10b4cc0c
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Fri Jan 04 21:33:22 2013 +0100
+++ b/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,                           \