src/share/vm/runtime/globals.hpp

changeset 2658
c7f3d0b4570f
parent 2652
048f98400b8e
child 2660
924777755fad
     1.1 --- a/src/share/vm/runtime/globals.hpp	Fri Mar 18 15:52:42 2011 -0700
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Fri Mar 18 16:00:34 2011 -0700
     1.3 @@ -1221,6 +1221,11 @@
     1.4            "Decay time (in milliseconds) to re-enable bulk rebiasing of a "  \
     1.5            "type after previous bulk rebias")                                \
     1.6                                                                              \
     1.7 +  develop(bool, JavaObjectsInPerm, false,                                   \
     1.8 +          "controls whether Classes and interned Strings are allocated"     \
     1.9 +          "in perm.  This purely intended to allow debugging issues"        \
    1.10 +          "in production.")                                                 \
    1.11 +                                                                            \
    1.12    /* tracing */                                                             \
    1.13                                                                              \
    1.14    notproduct(bool, TraceRuntimeCalls, false,                                \

mercurial