Skip to content

Commit

Permalink
8236106: [TESTBUG] Shenandoah: Make TestThreadFailure more resilient
Browse files Browse the repository at this point in the history
Reviewed-by: zgu
  • Loading branch information
rkennke committed Dec 17, 2019
1 parent d5a8e01 commit 0743555
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -63,7 +63,7 @@ public static void main(String[] args) throws Exception {

{
ProcessBuilder pb = ProcessTools.createJavaProcessBuilder(
"-Xmx64m",
"-Xmx32m",
"-XX:+UnlockExperimentalVMOptions",
"-XX:+UseShenandoahGC",
TestThreadFailure.class.getName(),
Expand Down

0 comments on commit 0743555

Please sign in to comment.