Loading... (original) (raw)
- Type:
Enhancement
- Resolution: Fixed
- Priority:
P4
- Fix Version/s: 9
- Affects Version/s: 9
On Windows, os::print_siginfo() could be improved:
- write exception name instead of just the code
- handle DEP violations when printing out exception information
- print out exception information also for EXCEPTION_IN_PAGE_ERROR and EXCEPTION_GUARD_PAGE, which have the same exception information.
relates to
JDK-8144219 [posix] Remove redundant code around os::print_siginfo()
- Resolved