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.
- 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
-