--- old/src/share/vm/runtime/globals.hpp Tue Mar 8 20:18:07 2011 +++ new/src/share/vm/runtime/globals.hpp Tue Mar 8 20:18:07 2011 @@ -1221,6 +1221,11 @@ "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 */ \ \ notproduct(bool, TraceRuntimeCalls, false, \