Tier1 failure: test machine short of memory?
Severin Gehwolf
sgehwolf at redhat.com
Fri Mar 15 10:58:49 UTC 2024
On Fri, 2024-03-15 at 10:12 +0000, Andrew Haley wrote:
> In java/util/HashMap/WhiteBoxResizeTest.jtr:
>
> Error occurred during initialization of VM
> Could not reserve enough space for 2097152KB object heap
>
> So we're seeing red on the tier1 runs on Linux-i686. I'm not sure what we can
> do about this, perhaps we should disable the test for x86-32?
The test seems to need a 2GB heap:
run=USER_SPECIFIED testng/othervm -Xmx2g WhiteBoxResizeTest
So perhaps this as a fix?
@requires (os.maxMemory > 2g)
Thanks,
Severin
More information about the jdk-dev
mailing list