File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
/*
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.
3
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
4
*
5
5
* This code is free software; you can redistribute it and/or modify it
@@ -65,15 +65,15 @@ static void test() throws Exception {
65
65
66
66
dump (topArchiveName ,
67
67
logging ,
68
- "-Xmx64m " , "-Xms32m" ,
68
+ "-Xmx256m " , "-Xms32m" ,
69
69
"-cp" , appJar , mainClass )
70
70
.assertNormalExit (output -> {
71
71
output .shouldHaveExitValue (0 );
72
72
});
73
73
74
74
run (topArchiveName ,
75
75
logging ,
76
- "-Xmx64m " , "-Xms32m" ,
76
+ "-Xmx256m " , "-Xms32m" ,
77
77
"-cp" , appJar , mainClass )
78
78
.assertNormalExit (output -> {
79
79
output .shouldHaveExitValue (0 );
You can’t perform that action at this time.
0 commit comments