src/share/vm/runtime/globals.hpp

changeset 2525
e9aa2ca89ad6
parent 2520
63d374c54045
child 2550
f77b3ec064b0
equal deleted inserted replaced
2524:762bc029de50 2525:e9aa2ca89ad6
3656 "Always start Attach Listener at VM startup") \ 3656 "Always start Attach Listener at VM startup") \
3657 \ 3657 \
3658 manageable(bool, PrintConcurrentLocks, false, \ 3658 manageable(bool, PrintConcurrentLocks, false, \
3659 "Print java.util.concurrent locks in thread dump") \ 3659 "Print java.util.concurrent locks in thread dump") \
3660 \ 3660 \
3661 diagnostic(bool, TransmitErrorReport, false, \ 3661 product(bool, TransmitErrorReport, false, \
3662 "Enable error report transmission on erroneous termination") \ 3662 "Enable error report transmission on erroneous termination") \
3663 \ 3663 \
3664 diagnostic(ccstr, ErrorReportServer, NULL, \ 3664 product(ccstr, ErrorReportServer, NULL, \
3665 "Override built-in error report server address") \ 3665 "Override built-in error report server address") \
3666 \ 3666 \
3667 /* Shared spaces */ \ 3667 /* Shared spaces */ \
3668 \ 3668 \
3669 product(bool, UseSharedSpaces, true, \ 3669 product(bool, UseSharedSpaces, true, \

mercurial