==============================
Test summary
==============================
TEST TOTAL PASS FAIL ERROR
jtreg:test/hotspot/jtreg/runtime/ErrorHandling/StackWalkNativeToJava.java
1 1 0 0
==============================
TEST SUCCESS
Ah, finally got this working on Aarch64 for the coming update of OpenJDK 24 for FreeBSD. This means stack traces on VM panics now should work properly also on FreeBSD/Aarch64 as well as Amd64. (Possibly also the other BSD's, but someone will have to verify that.)
Along with some other BSD related fixes and refactorings backported from mainline, I think version 24.0.2 will be the most solid OpenJDK for FreeBSD so far. It's still not on par with the platforms supported by upstream, but we're slowly getting closer.
#FreeBSD #OpenJDK #programming