Skip to content

Commit 59c18fd

Browse files
authored
Merge pull request #23019 from hangshao0/master
Change ShareClassesCMLTests to use a bigger cache size
2 parents 5e953d5 + 29f1256 commit 59c18fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/cmdLineTests/shareClassTests/SCCMLTests/ShareClassesCMLTests-1.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1435,7 +1435,7 @@ SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0-only WITH Classpath-ex
14351435
</test>
14361436

14371437
<test id="Test 67-a: Test classes are being stored to the persistent shared cache" timeout="600" runPath=".">
1438-
<command>$JAVA_EXE$ $currentMode$,verboseIO,persistent -Xscmx4m $CP_HANOI$ $PROGRAM_HANOI$</command>
1438+
<command>$JAVA_EXE$ $currentMode$,verboseIO,persistent -Xscmx16m $CP_HANOI$ $PROGRAM_HANOI$</command>
14391439
<output type="success" caseSensitive="yes" regex="no">Puzzle solved!</output>
14401440
<output type="required" caseSensitive="yes" regex="yes" javaUtilPattern="yes">Stored class java/.* in shared cache for class-loader id 0 with URL .* \(index</output>
14411441
<output type="required" caseSensitive="yes" regex="yes" javaUtilPattern="yes">Stored class org/openj9/test/ivj/.* in shared cache for class-loader id [2-9].*[\\/]utils.jar \(index 0\)</output>

0 commit comments

Comments
 (0)