diff src/share/vm/runtime/globals.hpp @ 2177:3582bf76420e

6990754: Use native memory and reference counting to implement SymbolTable Summary: move symbols from permgen into C heap and reference count them Reviewed-by: never, acorn, jmasa, stefank
author coleenp
date Thu, 27 Jan 2011 16:11:27 -0800
parents 7246a374a9f2
children d25d4ca69222 b92c45f2bc75 f7de3327c683
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Thu Jan 27 13:42:28 2011 -0800
+++ b/src/share/vm/runtime/globals.hpp	Thu Jan 27 16:11:27 2011 -0800
@@ -607,6 +607,9 @@
   notproduct(bool, ZombieALot, false,                                       \
           "creates zombies (non-entrant) at exit from the runt. system")    \
                                                                             \
+  product(bool, UnlinkSymbolsALot, false,                                   \
+          "unlink unreferenced symbols from the symbol table at safepoints")\
+                                                                            \
   notproduct(bool, WalkStackALot, false,                                    \
           "trace stack (no print) at every exit from the runtime system")   \
                                                                             \