src/share/vm/runtime/globals.hpp

changeset 2497
3582bf76420e
parent 2445
7246a374a9f2
child 2508
b92c45f2bc75
child 2557
f7de3327c683
equal deleted inserted replaced
2496:27e4ea99855d 2497: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 " \

mercurial