comparison 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
comparison
equal deleted inserted replaced
7453:c98b676a98b4 7454:6e9174173e00
1597 "Trace CMS incremental mode pacing computation") \ 1597 "Trace CMS incremental mode pacing computation") \
1598 \ 1598 \
1599 develop(bool, CMSTraceThreadState, false, \ 1599 develop(bool, CMSTraceThreadState, false, \
1600 "Trace the CMS thread state (enable the trace_state() method)") \ 1600 "Trace the CMS thread state (enable the trace_state() method)") \
1601 \ 1601 \
1602 product(bool, CMSClassUnloadingEnabled, false, \ 1602 product(bool, CMSClassUnloadingEnabled, true, \
1603 "Whether class unloading enabled when using CMS GC") \ 1603 "Whether class unloading enabled when using CMS GC") \
1604 \ 1604 \
1605 product(uintx, CMSClassUnloadingMaxInterval, 0, \ 1605 product(uintx, CMSClassUnloadingMaxInterval, 0, \
1606 "When CMS class unloading is enabled, the maximum CMS cycle count"\ 1606 "When CMS class unloading is enabled, the maximum CMS cycle count"\
1607 " for which classes may not be unloaded") \ 1607 " for which classes may not be unloaded") \