comparison src/share/vm/runtime/globals.hpp @ 4125:81f7362f7bed

Merge
author kvn
date Thu, 08 Dec 2011 10:27:33 -0800
parents 03865c41c4f3 7793051af7d6
children 04b9a2566eec 6c995c08526c 441e946dc1af 127b3692c168
comparison
equal deleted inserted replaced
4111:55d777c0860a 4125:81f7362f7bed
888 "Print compilations") \ 888 "Print compilations") \
889 \ 889 \
890 diagnostic(bool, TraceNMethodInstalls, false, \ 890 diagnostic(bool, TraceNMethodInstalls, false, \
891 "Trace nmethod intallation") \ 891 "Trace nmethod intallation") \
892 \ 892 \
893 diagnostic(intx, ScavengeRootsInCode, 1, \ 893 diagnostic(intx, ScavengeRootsInCode, 2, \
894 "0: do not allow scavengable oops in the code cache; " \ 894 "0: do not allow scavengable oops in the code cache; " \
895 "1: allow scavenging from the code cache; " \ 895 "1: allow scavenging from the code cache; " \
896 "2: emit as many constants as the compiler can see") \ 896 "2: emit as many constants as the compiler can see") \
897 \ 897 \
898 diagnostic(bool, TraceOSRBreakpoint, false, \ 898 diagnostic(bool, TraceOSRBreakpoint, false, \