I've been running OpenJDK & Apache Tomcat on my M1 MBAir - but with Ventura 13.3 I can't any longer...
% java --version
A fatal error has been detected by the Java Runtime Environment:
SIGBUS (0xa) at pc=0x00000001038e6f38, pid=1446, tid=8707
JRE version: (19.0.2) (build )
Java VM: OpenJDK 64-Bit Server VM (19.0.2, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, bsd-aarch64)
Problematic frame:
V [libjvm.dylib+0x3baf38] CodeHeap::allocate(unsigned long)+0x1c0
No core dump will be written. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
I've tried brew uninstall openjdk, reboots, brew install java, reboots, etc... nothing.
Any thoughts?