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
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
> 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
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`
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
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/
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
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