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

2024-11-18 Thread Magnus Ihse Bursie
On Wed, 16 Oct 2024 07:39:06 GMT, Magnus Ihse Bursie wrote: >> Yes, I just pushed a commit that does that. I have manually inspected the >> values and it looks sane, but I need to verify it on our CI system as well. >> The reasoning for us setting some of the ld flags are less than clear, so it

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

2024-11-15 Thread Magnus Ihse Bursie
> 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 > dynamically, linked. > > This patch is the first step towards this goal.