comparison src/share/vm/runtime/globals.hpp @ 20282:f3aeae1f9fc5

8048269: Add flag to turn off class unloading after G1 concurrent mark Summary: Added -XX:+/-ClassUnloadingWithConcurrentMark Reviewed-by: jmasa, brutisso, mgerdin
author stefank
date Wed, 06 Aug 2014 09:55:16 +0200
parents 0c48231c5c84
children b20a35eae442
comparison
equal deleted inserted replaced
20281:684a5dec6072 20282:f3aeae1f9fc5
1062 "Verify protection domain before resolution in system dictionary")\ 1062 "Verify protection domain before resolution in system dictionary")\
1063 \ 1063 \
1064 product(bool, ClassUnloading, true, \ 1064 product(bool, ClassUnloading, true, \
1065 "Do unloading of classes") \ 1065 "Do unloading of classes") \
1066 \ 1066 \
1067 product(bool, ClassUnloadingWithConcurrentMark, true, \
1068 "Do unloading of classes with a concurrent marking cycle") \
1069 \
1067 develop(bool, DisableStartThread, false, \ 1070 develop(bool, DisableStartThread, false, \
1068 "Disable starting of additional Java threads " \ 1071 "Disable starting of additional Java threads " \
1069 "(for debugging only)") \ 1072 "(for debugging only)") \
1070 \ 1073 \
1071 develop(bool, MemProfiling, false, \ 1074 develop(bool, MemProfiling, false, \