-
Bug
-
Resolution: Fixed
-
P3
-
9
-
b103
When hitting an assert, filename and linenumber are not printed out any more. Instead the following is printed:
INVALID (0xe0000000) at pc=0x0000000000000000
This is because the posix version of os::exception_name() has changed from returning NULL to returning a string saying "invalid (<num>)", breaking the API.
INVALID (0xe0000000) at pc=0x0000000000000000
This is because the posix version of os::exception_name() has changed from returning NULL to returning a string saying "invalid (<num>)", breaking the API.
- relates to
-
JDK-8143291 Remove redundant coding around os::exception_name().
-
- Resolved
-