comparison src/share/vm/runtime/globals.hpp @ 4006:436b4a3231bf

7098194: integrate macosx-port changes Summary: Integrate bsd-port/hotspot and macosx-port/hotspot changes as of 2011.09.29. Reviewed-by: kvn, dholmes, never, phh Contributed-by: Christos Zoulas <christos@zoulas.com>, Greg Lewis <glewis@eyesbeyond.com>, Kurt Miller <kurt@intricatesoftware.com>, Alexander Strange <astrange@apple.com>, Mike Swingler <swingler@apple.com>, Roger Hoover <rhoover@apple.com>, Victor Hernandez <vhernandez@apple.com>, Pratik Solanki <psolanki@apple.com>
author dcubed
date Thu, 13 Oct 2011 09:35:42 -0700
parents dc45ae774613
children d5c4c73aa855 5bda8dae4e14
comparison
equal deleted inserted replaced
4005:2ef3386478e6 4006:436b4a3231bf
675 "unlink unreferenced symbols from the symbol table at safepoints")\ 675 "unlink unreferenced symbols from the symbol table at safepoints")\
676 \ 676 \
677 notproduct(bool, WalkStackALot, false, \ 677 notproduct(bool, WalkStackALot, false, \
678 "trace stack (no print) at every exit from the runtime system") \ 678 "trace stack (no print) at every exit from the runtime system") \
679 \ 679 \
680 develop(bool, Debugging, false, \ 680 product(bool, Debugging, false, \
681 "set when executing debug methods in debug.ccp " \ 681 "set when executing debug methods in debug.ccp " \
682 "(to prevent triggering assertions)") \ 682 "(to prevent triggering assertions)") \
683 \ 683 \
684 notproduct(bool, StrictSafepointChecks, trueInDebug, \ 684 notproduct(bool, StrictSafepointChecks, trueInDebug, \
685 "Enable strict checks that safepoints cannot happen for threads " \ 685 "Enable strict checks that safepoints cannot happen for threads " \