comparison src/share/vm/runtime/globals.hpp @ 2209:e9aa2ca89ad6 hs21-b02 jdk7-b130

7019718: make error reporting flags product instead of diagnostic Summary: see synopsis Reviewed-by: acorn, coleenp
author kamg
date Wed, 16 Feb 2011 16:58:24 -0800
parents 63d374c54045
children 0cd39a385a72 f77b3ec064b0
comparison
equal deleted inserted replaced
2208:762bc029de50 2209: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, \