test/compiler/runtime/8010927/Test8010927.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hotspot Cdiff test/compiler/runtime/8010927/Test8010927.java

test/compiler/runtime/8010927/Test8010927.java

Print this page

        

*** 23,40 **** /* * @test * @bug 8010927 * @summary Kitchensink crashed with SIGSEGV, Problematic frame: v ~StubRoutines::checkcast_arraycopy ! * @library /testlibrary/whitebox /testlibrary * @build Test8010927 ! * @run main ClassFileInstaller sun.hotspot.WhiteBox ! * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:+IgnoreUnrecognizedVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:. -Xmx64m -XX:NewSize=20971520 -XX:MaxNewSize=32m -XX:-UseTLAB -XX:-UseAdaptiveSizePolicy Test8010927 */ ! import sun.hotspot.WhiteBox; import java.lang.reflect.Field; import sun.misc.Unsafe; /** * The test creates uncommitted space between oldgen and young gen --- 23,40 ---- /* * @test * @bug 8010927 * @summary Kitchensink crashed with SIGSEGV, Problematic frame: v ~StubRoutines::checkcast_arraycopy ! * @library /../../test/lib /testlibrary * @build Test8010927 ! * @run main ClassFileInstaller jdk.testlib.WhiteBox ! * jdk.testlib.WhiteBox$WhiteBoxPermission * @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:+IgnoreUnrecognizedVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:. -Xmx64m -XX:NewSize=20971520 -XX:MaxNewSize=32m -XX:-UseTLAB -XX:-UseAdaptiveSizePolicy Test8010927 */ ! import jdk.testlib.WhiteBox; import java.lang.reflect.Field; import sun.misc.Unsafe; /** * The test creates uncommitted space between oldgen and young gen
test/compiler/runtime/8010927/Test8010927.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File