src/share/vm/runtime/globals.hpp
Print this page
*** 1200,1210 ****
\
product(intx, BiasedLockingDecayTime, 25000, \
"Decay time (in milliseconds) to re-enable bulk rebiasing of a " \
"type after previous bulk rebias") \
\
! develop(bool, JavaObjectsInPerm, false, \
"controls whether Classes and interned Strings are allocated" \
"in perm. This purely intended to allow debugging issues" \
"in production.") \
\
/* tracing */ \
--- 1200,1210 ----
\
product(intx, BiasedLockingDecayTime, 25000, \
"Decay time (in milliseconds) to re-enable bulk rebiasing of a " \
"type after previous bulk rebias") \
\
! diagnostic(bool, JavaObjectsInPerm, false, \
"controls whether Classes and interned Strings are allocated" \
"in perm. This purely intended to allow debugging issues" \
"in production.") \
\
/* tracing */ \