src/share/vm/runtime/globals.hpp

changeset 3315
7793051af7d6
parent 3261
78bef05801ca
child 3321
81f7362f7bed
equal deleted inserted replaced
3314:59bc0d4d9ea3 3315:7793051af7d6
885 "Print compilations") \ 885 "Print compilations") \
886 \ 886 \
887 diagnostic(bool, TraceNMethodInstalls, false, \ 887 diagnostic(bool, TraceNMethodInstalls, false, \
888 "Trace nmethod intallation") \ 888 "Trace nmethod intallation") \
889 \ 889 \
890 diagnostic(intx, ScavengeRootsInCode, 1, \ 890 diagnostic(intx, ScavengeRootsInCode, 2, \
891 "0: do not allow scavengable oops in the code cache; " \ 891 "0: do not allow scavengable oops in the code cache; " \
892 "1: allow scavenging from the code cache; " \ 892 "1: allow scavenging from the code cache; " \
893 "2: emit as many constants as the compiler can see") \ 893 "2: emit as many constants as the compiler can see") \
894 \ 894 \
895 diagnostic(bool, TraceOSRBreakpoint, false, \ 895 diagnostic(bool, TraceOSRBreakpoint, false, \

mercurial