Re: RFR: 8344036: Tests tools/jlink/runtimeImage fail on AIX after JDK-8311302 [v2]

2024-11-18 Thread Severin Gehwolf
On Mon, 18 Nov 2024 08:26:20 GMT, Matthias Baesken wrote: >> On AIX we run into errors below, for example in test >> tools/jlink/runtimeImage/AddOptionsTest.java , this happened with fastdebug >> binaries, opt worked : >> >> jlink options: --output java-base-with-opts-jlink-tmp --add-modules

Re: RFR: 8344036: Tests tools/jlink/runtimeImage fail on AIX after JDK-8311302 [v2]

2024-11-18 Thread Matthias Baesken
On Mon, 18 Nov 2024 08:26:20 GMT, Matthias Baesken wrote: >> On AIX we run into errors below, for example in test >> tools/jlink/runtimeImage/AddOptionsTest.java , this happened with fastdebug >> binaries, opt worked : >> >> jlink options: --output java-base-with-opts-jlink-tmp --add-modules

Re: RFR: 8344036: Tests tools/jlink/runtimeImage fail on AIX after JDK-8311302 [v2]

2024-11-18 Thread Matthias Baesken
> On AIX we run into errors below, for example in test > tools/jlink/runtimeImage/AddOptionsTest.java , this happened with fastdebug > binaries, opt worked : > > jlink options: --output java-base-with-opts-jlink-tmp --add-modules > jdk.jlink,java.base --generate-linkable-runtime > --keep-packa

Re: RFR: 8344036: Tests tools/jlink/runtimeImage fail on AIX after JDK-8311302

2024-11-15 Thread Severin Gehwolf
On Fri, 15 Nov 2024 11:36:50 GMT, Matthias Baesken wrote: > Regarding Xmx1500m I can try this , or I can also copy the whole test header > block and use 1g for all platforms and 2g or 1500m for AIX (would be a bit > code duplication of course). If `-Xmx1500m` works for you that seems ok. `-1`

Re: RFR: 8344036: Tests tools/jlink/runtimeImage fail on AIX after JDK-8311302

2024-11-15 Thread Matthias Baesken
On Fri, 15 Nov 2024 10:50:47 GMT, Severin Gehwolf wrote: > Where you able to reproduce outside of testing? No, it failed only in our central test environment, not for single runs of one of these tests with jtreg in my local AIX dev env . But the central tests use fastdebug and I use locally mos

Re: RFR: 8344036: Tests tools/jlink/runtimeImage fail on AIX after JDK-8311302

2024-11-15 Thread Severin Gehwolf
On Fri, 15 Nov 2024 10:13:16 GMT, Severin Gehwolf wrote: > Where you able to reproduce outside of testing? Something like this should give you an idea what the RSS size ends up being (not sure about the AIX equivalent to get that info, though; this is Linux) $ rm -rf ./build/linkable-runtime/

Re: RFR: 8344036: Tests tools/jlink/runtimeImage fail on AIX after JDK-8311302

2024-11-15 Thread Severin Gehwolf
On Fri, 15 Nov 2024 09:18:27 GMT, Matthias Baesken wrote: > On AIX we run into errors below, for example in test > tools/jlink/runtimeImage/AddOptionsTest.java , this happened with fastdebug > binaries, opt worked : > > jlink options: --output java-base-with-opts-jlink-tmp --add-modules > jdk

RFR: 8344036: Tests tools/jlink/runtimeImage fail on AIX after JDK-8311302

2024-11-15 Thread Matthias Baesken
On AIX we run into errors below, for example in test tools/jlink/runtimeImage/AddOptionsTest.java , this happened with fastdebug binaries, opt worked : jlink options: --output java-base-with-opts-jlink-tmp --add-modules jdk.jlink,java.base --generate-linkable-runtime --keep-packaged-modules=ja