< prev index next >

src/share/vm/runtime/globals.hpp

Print this page

        

*** 1197,1207 **** \ product(bool, ClassUnloading, true, \ "Do unloading of classes") \ \ product(bool, ClassUnloadingWithConcurrentMark, true, \ ! "Do unloading of classes with a concurrent marking cycle") \ \ develop(bool, DisableStartThread, false, \ "Disable starting of additional Java threads " \ "(for debugging only)") \ \ --- 1197,1207 ---- \ product(bool, ClassUnloading, true, \ "Do unloading of classes") \ \ product(bool, ClassUnloadingWithConcurrentMark, true, \ ! "Do unloading of classes during concurrent mark") \ \ develop(bool, DisableStartThread, false, \ "Disable starting of additional Java threads " \ "(for debugging only)") \ \
*** 1752,1762 **** "Skip block flux-rate sampling for an epoch unless inter-sweep " \ "duration exceeds this threshold in milliseconds") \ range(0, max_uintx) \ \ product(bool, CMSClassUnloadingEnabled, true, \ ! "Whether class unloading enabled when using CMS GC") \ \ product(uintx, CMSClassUnloadingMaxInterval, 0, \ "When CMS class unloading is enabled, the maximum CMS cycle " \ "count for which classes may not be unloaded") \ range(0, max_uintx) \ --- 1752,1763 ---- "Skip block flux-rate sampling for an epoch unless inter-sweep " \ "duration exceeds this threshold in milliseconds") \ range(0, max_uintx) \ \ product(bool, CMSClassUnloadingEnabled, true, \ ! "Whether class unloading enabled when using CMS GC. This flag " \ ! "is equivalent to using ClassUnloadingWithConcurrentMark.") \ \ product(uintx, CMSClassUnloadingMaxInterval, 0, \ "When CMS class unloading is enabled, the maximum CMS cycle " \ "count for which classes may not be unloaded") \ range(0, max_uintx) \
< prev index next >