Skip to content

Commit ee0d309

Browse files
committed
8313395: LotsUnloadTest.java fails with OOME transiently with libgraal
Reviewed-by: dnsimon
1 parent 2300a21 commit ee0d309

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/LotsUnloadTest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2021, 2022, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2021, 2025, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -65,15 +65,15 @@ static void test() throws Exception {
6565

6666
dump(topArchiveName,
6767
logging,
68-
"-Xmx64m", "-Xms32m",
68+
"-Xmx256m", "-Xms32m",
6969
"-cp", appJar, mainClass)
7070
.assertNormalExit(output -> {
7171
output.shouldHaveExitValue(0);
7272
});
7373

7474
run(topArchiveName,
7575
logging,
76-
"-Xmx64m", "-Xms32m",
76+
"-Xmx256m", "-Xms32m",
7777
"-cp", appJar, mainClass)
7878
.assertNormalExit(output -> {
7979
output.shouldHaveExitValue(0);

0 commit comments

Comments
 (0)