test/compiler/6826736/Test.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File JDK-8009738 Cdiff test/compiler/6826736/Test.java

test/compiler/6826736/Test.java

Print this page

        

*** 25,35 **** /** * @test * @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 */ public class Test { int[] arr; int[] arr2; --- 25,35 ---- /** * @test * @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 -Xms256m -XX:ParallelGCThreads=4 Test */ public class Test { int[] arr; int[] arr2;
test/compiler/6826736/Test.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File