hotspot/test/compiler/8010927/Test8010927.java
changeset 27898 813ad96387b3
parent 25958 8dc85547d6d6
equal deleted inserted replaced
27897:253140db0e9a 27898:813ad96387b3
    27  * @summary Kitchensink crashed with SIGSEGV, Problematic frame: v ~StubRoutines::checkcast_arraycopy
    27  * @summary Kitchensink crashed with SIGSEGV, Problematic frame: v ~StubRoutines::checkcast_arraycopy
    28  * @library /testlibrary/whitebox /testlibrary
    28  * @library /testlibrary/whitebox /testlibrary
    29  * @build Test8010927
    29  * @build Test8010927
    30  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    30  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    31  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    31  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    32  * @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:+IgnoreUnrecognizedVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:. -Xmx64m -XX:NewSize=20971520 -XX:MaxNewSize=32m -XX:-UseTLAB -XX:-UseParNewGC -XX:-UseAdaptiveSizePolicy Test8010927
    32  * @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:+IgnoreUnrecognizedVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:. -Xmx64m -XX:NewSize=20971520 -XX:MaxNewSize=32m -XX:-UseTLAB -XX:-UseAdaptiveSizePolicy Test8010927
    33  */
    33  */
    34 
    34 
    35 import sun.hotspot.WhiteBox;
    35 import sun.hotspot.WhiteBox;
    36 import java.lang.reflect.Field;
    36 import java.lang.reflect.Field;
    37 import sun.misc.Unsafe;
    37 import sun.misc.Unsafe;