8313395: LotsUnloadTest.java fails with OOME transiently with libgraal

Reviewed-by: dnsimon
This commit is contained in:
Ioi Lam 2025-07-10 21:40:11 +00:00
parent 2300a212dd
commit ee0d309bbd

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2021, 2022, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2021, 2025, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -65,7 +65,7 @@ public class LotsUnloadTest extends DynamicArchiveTestBase {
dump(topArchiveName,
logging,
"-Xmx64m", "-Xms32m",
"-Xmx256m", "-Xms32m",
"-cp", appJar, mainClass)
.assertNormalExit(output -> {
output.shouldHaveExitValue(0);
@ -73,7 +73,7 @@ public class LotsUnloadTest extends DynamicArchiveTestBase {
run(topArchiveName,
logging,
"-Xmx64m", "-Xms32m",
"-Xmx256m", "-Xms32m",
"-cp", appJar, mainClass)
.assertNormalExit(output -> {
output.shouldHaveExitValue(0);