Skip to content

Commit 4bb0c3d

Browse files
authored
Merge pull request ibmruntimes#616 from pshipton/rmimso
Run java/rmi/reliability/benchmark/bench/serial/Main with -Xmso1m
2 parents 161aa72 + 462dbf9 commit 4bb0c3d

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

  • test/jdk/java/rmi/reliability/benchmark/bench/serial

test/jdk/java/rmi/reliability/benchmark/bench/serial/Main.java

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@
2121
* questions.
2222
*/
2323

24+
/*
25+
* ===========================================================================
26+
* (c) Copyright IBM Corp. 2026, 2026 All Rights Reserved
27+
* ===========================================================================
28+
*/
29+
2430
/*
2531
* @test
2632
* @summary The Serialization benchmark test. This java class is used to run the
@@ -44,7 +50,7 @@
4450
* @build bench.serial.ReplaceTrees bench.serial.ShortArrays
4551
* @build bench.serial.Shorts bench.serial.SmallObjTrees
4652
* @build bench.serial.StreamBuffer bench.serial.Strings
47-
* @run main/othervm/timeout=1800 -Xss2m bench.serial.Main -c jtreg-config
53+
* @run main/othervm/timeout=1800 -Xmso1m -Xss2m bench.serial.Main -c jtreg-config
4854
* @author Mike Warres, Nigel Daley
4955
*/
5056

0 commit comments

Comments
 (0)