-
Bug
-
Resolution: Fixed
-
P4
-
None
-
b20
-
aix
MachCodeFramesInErrorFile.java looks for the text 'Native frames' in the output after crashInJava. This fails on AIX because the os::platform_print_native_stack runs instead of vmError::print_native_stack [edit: ...which doesn't produce the 'Native frames: ' text that the test is expecting].
- relates to
-
JDK-8283644 [AIX] MachCodeFramesInErrorFile test does not crash on low-address read
- Closed
-
JDK-8145184 [aix] Implement os::platform_print_native_stack on AIX
- Resolved