comparison src/share/vm/runtime/globals.hpp @ 6853:d804e148cff8

Merge
author kvn
date Fri, 12 Oct 2012 09:22:52 -0700
parents 6e5a59a8e4a7 19eb999cb72c
children e52361627b65 a3ecd773a7b9
comparison
equal deleted inserted replaced
6842:b9a9ed0f8eeb 6853:d804e148cff8
998 "dictionary") \ 998 "dictionary") \
999 \ 999 \
1000 product(bool, ClassUnloading, true, \ 1000 product(bool, ClassUnloading, true, \
1001 "Do unloading of classes") \ 1001 "Do unloading of classes") \
1002 \ 1002 \
1003 diagnostic(bool, LinkWellKnownClasses, false, \
1004 "Resolve a well known class as soon as its name is seen") \
1005 \
1006 develop(bool, DisableStartThread, false, \ 1003 develop(bool, DisableStartThread, false, \
1007 "Disable starting of additional Java threads " \ 1004 "Disable starting of additional Java threads " \
1008 "(for debugging only)") \ 1005 "(for debugging only)") \
1009 \ 1006 \
1010 develop(bool, MemProfiling, false, \ 1007 develop(bool, MemProfiling, false, \
2327 "collect timing information for compilation") \ 2324 "collect timing information for compilation") \
2328 \ 2325 \
2329 develop(bool, CITimeEach, false, \ 2326 develop(bool, CITimeEach, false, \
2330 "display timing information after each successful compilation") \ 2327 "display timing information after each successful compilation") \
2331 \ 2328 \
2332 develop(bool, CICountOSR, true, \ 2329 develop(bool, CICountOSR, false, \
2333 "use a separate counter when assigning ids to osr compilations") \ 2330 "use a separate counter when assigning ids to osr compilations") \
2334 \ 2331 \
2335 develop(bool, CICompileNatives, true, \ 2332 develop(bool, CICompileNatives, true, \
2336 "compile native methods if supported by the compiler") \ 2333 "compile native methods if supported by the compiler") \
2337 \ 2334 \