Print this page


Split Split Close
Expand all
Collapse all
          --- old/src/share/vm/runtime/globals.hpp
          +++ new/src/share/vm/runtime/globals.hpp
↓ open down ↓ 1194 lines elided ↑ open up ↑
1195 1195            "rebias all objects in the heap of that type")                    \
1196 1196                                                                              \
1197 1197    product(intx, BiasedLockingBulkRevokeThreshold, 40,                       \
1198 1198            "Threshold of number of revocations per type to permanently "     \
1199 1199            "revoke biases of all objects in the heap of that type")          \
1200 1200                                                                              \
1201 1201    product(intx, BiasedLockingDecayTime, 25000,                              \
1202 1202            "Decay time (in milliseconds) to re-enable bulk rebiasing of a "  \
1203 1203            "type after previous bulk rebias")                                \
1204 1204                                                                              \
1205      -  develop(bool, JavaObjectsInPerm, false,                                   \
     1205 +  diagnostic(bool, JavaObjectsInPerm, false,                                   \
1206 1206            "controls whether Classes and interned Strings are allocated"     \
1207 1207            "in perm.  This purely intended to allow debugging issues"        \
1208 1208            "in production.")                                                 \
1209 1209                                                                              \
1210 1210    /* tracing */                                                             \
1211 1211                                                                              \
1212 1212    notproduct(bool, TraceRuntimeCalls, false,                                \
1213 1213            "Trace run-time calls")                                           \
1214 1214                                                                              \
1215 1215    develop(bool, TraceJNICalls, false,                                       \
↓ open down ↓ 2515 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX