comparison 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
comparison
equal deleted inserted replaced
2176:27e4ea99855d 2177:3582bf76420e
605 "deoptimize random frames on random exit from the runtime system")\ 605 "deoptimize random frames on random exit from the runtime system")\
606 \ 606 \
607 notproduct(bool, ZombieALot, false, \ 607 notproduct(bool, ZombieALot, false, \
608 "creates zombies (non-entrant) at exit from the runt. system") \ 608 "creates zombies (non-entrant) at exit from the runt. system") \
609 \ 609 \
610 product(bool, UnlinkSymbolsALot, false, \
611 "unlink unreferenced symbols from the symbol table at safepoints")\
612 \
610 notproduct(bool, WalkStackALot, false, \ 613 notproduct(bool, WalkStackALot, false, \
611 "trace stack (no print) at every exit from the runtime system") \ 614 "trace stack (no print) at every exit from the runtime system") \
612 \ 615 \
613 develop(bool, Debugging, false, \ 616 develop(bool, Debugging, false, \
614 "set when executing debug methods in debug.ccp " \ 617 "set when executing debug methods in debug.ccp " \