-
Bug
-
Resolution: Fixed
-
P4
-
14, 15
-
b14
_has_hidden_top_frame is conceptually a bool, but the implementation is an oop NULL check. This breaks when CheckUnhandledOops changes the NULL value to BAD_OOP_ADDR (0xff...f1).
- relates to
-
JDK-8218628 Add detailed message to NullPointerException describing what is null.
- Resolved