test/compiler/6826736/Test.java

changeset 6315
231051bff068
parent 1907
c18cbe5936b8
child 6876
710a3c8b516e
     1.1 --- a/test/compiler/6826736/Test.java	Fri Jan 24 15:26:56 2014 +0400
     1.2 +++ b/test/compiler/6826736/Test.java	Mon Jan 27 07:54:25 2014 +0100
     1.3 @@ -27,7 +27,7 @@
     1.4   * @bug 6826736
     1.5   * @summary CMS: core dump with -XX:+UseCompressedOops
     1.6   *
     1.7 - * @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
     1.8 + * @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
     1.9   */
    1.10  
    1.11  public class Test {

mercurial