comparison src/share/vm/runtime/globals.hpp @ 2376:c7f3d0b4570f

7017732: move static fields into Class to prepare for perm gen removal Reviewed-by: kvn, coleenp, twisti, stefank
author never
date Fri, 18 Mar 2011 16:00:34 -0700
parents 048f98400b8e
children 924777755fad
comparison
equal deleted inserted replaced
2375:d673ef06fe96 2376:c7f3d0b4570f
1219 \ 1219 \
1220 product(intx, BiasedLockingDecayTime, 25000, \ 1220 product(intx, BiasedLockingDecayTime, 25000, \
1221 "Decay time (in milliseconds) to re-enable bulk rebiasing of a " \ 1221 "Decay time (in milliseconds) to re-enable bulk rebiasing of a " \
1222 "type after previous bulk rebias") \ 1222 "type after previous bulk rebias") \
1223 \ 1223 \
1224 develop(bool, JavaObjectsInPerm, false, \
1225 "controls whether Classes and interned Strings are allocated" \
1226 "in perm. This purely intended to allow debugging issues" \
1227 "in production.") \
1228 \
1224 /* tracing */ \ 1229 /* tracing */ \
1225 \ 1230 \
1226 notproduct(bool, TraceRuntimeCalls, false, \ 1231 notproduct(bool, TraceRuntimeCalls, false, \
1227 "Trace run-time calls") \ 1232 "Trace run-time calls") \
1228 \ 1233 \