comparison src/share/vm/runtime/globals.hpp @ 2199:d8a72fbc4be7

7003401: Implement VM error-reporting functionality on erroneous termination Summary: Add support for distribution-specific error reporting Reviewed-by: coleenp, phh, jcoomes, ohair
author kamg
date Tue, 08 Feb 2011 17:20:45 -0500
parents b92c45f2bc75
children 63d374c54045
comparison
equal deleted inserted replaced
2197:5e139f767ddb 2199:d8a72fbc4be7
3653 "Always start Attach Listener at VM startup") \ 3653 "Always start Attach Listener at VM startup") \
3654 \ 3654 \
3655 manageable(bool, PrintConcurrentLocks, false, \ 3655 manageable(bool, PrintConcurrentLocks, false, \
3656 "Print java.util.concurrent locks in thread dump") \ 3656 "Print java.util.concurrent locks in thread dump") \
3657 \ 3657 \
3658 diagnostic(bool, TransmitErrorReport, false, \
3659 "Enable error report transmission on erroneous termination") \
3660 \
3661 diagnostic(ccstr, ErrorReportServer, NULL, \
3662 "Override built-in error report server address") \
3663 \
3658 /* Shared spaces */ \ 3664 /* Shared spaces */ \
3659 \ 3665 \
3660 product(bool, UseSharedSpaces, true, \ 3666 product(bool, UseSharedSpaces, true, \
3661 "Use shared spaces in the permanent generation") \ 3667 "Use shared spaces in the permanent generation") \
3662 \ 3668 \