hotspot/test/compiler/runtime/8010927/Test8010927.java
changeset 28190 5a6b07edeb21
parent 27902 fe89161ff160
child 29678 dd2f3932c21e
equal deleted inserted replaced
28187:fc19df82d6ee 28190:5a6b07edeb21
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 8010927
    26  * @bug 8010927
    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 /../../test/lib /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:-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  */