changeset 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 c98b676a98b4
children 0b54ffe4c2d3
files src/share/vm/runtime/globals.hpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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,                           \