comparison src/share/vm/runtime/globals.hpp @ 2181:d25d4ca69222

Merge.
author Thomas Wuerthinger <wuerthinger@ssw.jku.at>
date Wed, 16 Feb 2011 13:47:20 +0100
parents 06f017f7daa7 3582bf76420e
children 0cd39a385a72
comparison
equal deleted inserted replaced
2108:50b45e2d9725 2181:d25d4ca69222
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 " \
1198 notproduct(bool, TraceJVMCalls, false, \ 1201 notproduct(bool, TraceJVMCalls, false, \
1199 "Trace JVM calls") \ 1202 "Trace JVM calls") \
1200 \ 1203 \
1201 product(ccstr, TraceJVMTI, NULL, \ 1204 product(ccstr, TraceJVMTI, NULL, \
1202 "Trace flags for JVMTI functions and events") \ 1205 "Trace flags for JVMTI functions and events") \
1203 \
1204 product(bool, ForceFullGCJVMTIEpilogues, false, \
1205 "Force 'Full GC' was done semantics for JVMTI GC epilogues") \
1206 \ 1206 \
1207 /* This option can change an EMCP method into an obsolete method. */ \ 1207 /* This option can change an EMCP method into an obsolete method. */ \
1208 /* This can affect tests that except specific methods to be EMCP. */ \ 1208 /* This can affect tests that except specific methods to be EMCP. */ \
1209 /* This option should be used with caution. */ \ 1209 /* This option should be used with caution. */ \
1210 product(bool, StressLdcRewrite, false, \ 1210 product(bool, StressLdcRewrite, false, \