7003401: Implement VM error-reporting functionality on erroneous termination

Add support for distribution-specific error reporting

Reviewed-by: coleenp, phh, jcoomes, ohair
This commit is contained in:
Keith McGuigan 2011-02-08 17:20:45 -05:00
parent 2fcd065a0d
commit 9acb43fa6d
23 changed files with 518 additions and 165 deletions

View file

@ -3655,6 +3655,12 @@ class CommandLineFlags {
manageable(bool, PrintConcurrentLocks, false, \
"Print java.util.concurrent locks in thread dump") \
\
diagnostic(bool, TransmitErrorReport, false, \
"Enable error report transmission on erroneous termination") \
\
diagnostic(ccstr, ErrorReportServer, NULL, \
"Override built-in error report server address") \
\
/* Shared spaces */ \
\
product(bool, UseSharedSpaces, true, \