comparison src/share/vm/runtime/globals.hpp @ 4119:7793051af7d6

7110058: change default for ScavengeRootsInCode to 2 Reviewed-by: kvn, never
author twisti
date Mon, 21 Nov 2011 00:57:43 -0800
parents 78bef05801ca
children 81f7362f7bed
comparison
equal deleted inserted replaced
4118:59bc0d4d9ea3 4119: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, \