8009738: compiler/6826736/Test.java times out on big machines
authoranoll
Mon, 27 Jan 2014 07:54:25 +0100
changeset 22802 5441d5f76124
parent 22514 7f26d1aea7a4
child 22803 5d36a5ec20b2
8009738: compiler/6826736/Test.java times out on big machines Summary: Added -Xmx256m -XX:ParallelGCThreads=4 to the test @run command. Verified that 256m is enough to trigger old 6826736 bug. Reviewed-by: kvn
hotspot/test/compiler/6826736/Test.java
--- a/hotspot/test/compiler/6826736/Test.java	Thu Jan 23 01:23:23 2014 +0400
+++ b/hotspot/test/compiler/6826736/Test.java	Mon Jan 27 07:54:25 2014 +0100
@@ -27,7 +27,7 @@
  * @bug 6826736
  * @summary CMS: core dump with -XX:+UseCompressedOops
  *
- * @run main/othervm/timeout=600 -XX:+IgnoreUnrecognizedVMOptions -Xbatch -XX:+ScavengeALot -XX:+UseCompressedOops -XX:HeapBaseMinAddress=32g -XX:CompileThreshold=100 -XX:CompileOnly=Test.test -XX:-BlockLayoutRotateLoops -XX:LoopUnrollLimit=0 Test
+ * @run main/othervm/timeout=600 -XX:+IgnoreUnrecognizedVMOptions -Xbatch -XX:+ScavengeALot -XX:+UseCompressedOops -XX:HeapBaseMinAddress=32g -XX:CompileThreshold=100 -XX:CompileOnly=Test.test -XX:-BlockLayoutRotateLoops -XX:LoopUnrollLimit=0 -Xmx256m -XX:ParallelGCThreads=4 Test
  */
 
 public class Test {