comparison src/share/vm/runtime/globals.hpp @ 2379:b099aaf51bf8

6962931: move interned strings out of the perm gen Reviewed-by: never, coleenp, ysr, jwilhelm
author jcoomes
date Tue, 22 Mar 2011 13:36:33 -0700
parents 924777755fad
children 1927db75dd85 5c0b591e1074
comparison
equal deleted inserted replaced
2378:924777755fad 2379:b099aaf51bf8
849 "Print compilations") \ 849 "Print compilations") \
850 \ 850 \
851 diagnostic(bool, TraceNMethodInstalls, false, \ 851 diagnostic(bool, TraceNMethodInstalls, false, \
852 "Trace nmethod intallation") \ 852 "Trace nmethod intallation") \
853 \ 853 \
854 diagnostic(intx, ScavengeRootsInCode, 0, \ 854 diagnostic(intx, ScavengeRootsInCode, 1, \
855 "0: do not allow scavengable oops in the code cache; " \ 855 "0: do not allow scavengable oops in the code cache; " \
856 "1: allow scavenging from the code cache; " \ 856 "1: allow scavenging from the code cache; " \
857 "2: emit as many constants as the compiler can see") \ 857 "2: emit as many constants as the compiler can see") \
858 \ 858 \
859 diagnostic(bool, TraceOSRBreakpoint, false, \ 859 diagnostic(bool, TraceOSRBreakpoint, false, \