InlineSecondarySupersTest only available in c2?

2024-05-21 Thread Johan Vos
Hi, While working on OpenJDK/Mobile, I had to apply a patch for Android and iOS that I believe might be broader than just the mobile platforms. I had compile issues in stubGenerator_aarch64.cpp:8470:13: error: use of undeclared identifier 'InlineSecondarySupersTest' I noticed that InlineSecondary

Re: RFR: 8339480: Build static-jdk image with a statically linked launcher [v7]

2024-10-18 Thread Johan Vos
On Tue, 15 Oct 2024 20:22:52 GMT, Magnus Ihse Bursie wrote: >> As a prerequisite for Hermetic Java, we need a statically linked `java` >> launcher. It should behave like the normal, dynamically linked `java` >> launcher, except that all JDK native libraries should be statically, not >> dynamic

Re: RFR: 8339480: Build static-jdk image with a statically linked launcher [v7]

2024-10-23 Thread Johan Vos
On Tue, 15 Oct 2024 20:22:52 GMT, Magnus Ihse Bursie wrote: >> As a prerequisite for Hermetic Java, we need a statically linked `java` >> launcher. It should behave like the normal, dynamically linked `java` >> launcher, except that all JDK native libraries should be statically, not >> dynamic