Thanks for you efforts Jazzzny. I'm currently trying to build JDK17u for El Capitan (10.11) using your patches. Can you please elaborate where (host OS) and how (configure) you're building it exactly? I tried to build it on 10.11 itself but that doesn't work, which is probably why you required 10.12 in your old
build instructions. I managed to get things built on Ventura by setting SDKROOT to the MacOSX10.11.sdk and configuring with --with-extra-cxxflags="-stdlib=libc++". The original
build instructions (by OpenJDK) didn't work for me because of the stdlib issues. However, java then immediately segfaults on 10.11 in the same way as the official/upstream 17u build (temurin).
Any idea?