Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8205292 | 11.0.1 | Goetz Lindenmaier | P4 | Resolved | Fixed | team |
This change counts linkage errors and prints the number of linkage
errors thrown in the Exceptions::print_exception_counts_on_error,
which is used when writing the hs_error file.
You now find the following output in the hs_err file:
OutOfMemory and StackOverflow Exception counts:
StackOverflowErrors=2
LinkageErrors=1
errors thrown in the Exceptions::print_exception_counts_on_error,
which is used when writing the hs_error file.
You now find the following output in the hs_err file:
OutOfMemory and StackOverflow Exception counts:
StackOverflowErrors=2
LinkageErrors=1
- backported by
-
JDK-8205292 Count linkage errors and print in Exceptions::print_exception_counts_on_error
-
- Resolved
-