test/hotspot/jtreg/compiler/c2/Test8004741.java
changeset 50407 3dfdcca00ecc
parent 47576 7645833d326f
child 59116 8e7f29b1ad4a
equal deleted inserted replaced
50406:314af5e1e787 50407:3dfdcca00ecc
    25  * @test Test8004741.java
    25  * @test Test8004741.java
    26  * @bug 8004741
    26  * @bug 8004741
    27  * @summary Missing compiled exception handle table entry for multidimensional array allocation
    27  * @summary Missing compiled exception handle table entry for multidimensional array allocation
    28  *
    28  *
    29  * @requires !vm.graal.enabled
    29  * @requires !vm.graal.enabled
    30  * @run main/othervm -Xmx64m -Xbatch -XX:+IgnoreUnrecognizedVMOptions -XX:+UnlockDiagnosticVMOptions
    30  * @run main/othervm -Xmx128m -Xbatch -XX:+IgnoreUnrecognizedVMOptions -XX:+UnlockDiagnosticVMOptions
    31  *    -XX:-TieredCompilation -XX:+StressCompiledExceptionHandlers
    31  *    -XX:-TieredCompilation -XX:+StressCompiledExceptionHandlers
    32  *    -XX:+SafepointALot -XX:GuaranteedSafepointInterval=100
    32  *    -XX:+SafepointALot -XX:GuaranteedSafepointInterval=100
    33  *    compiler.c2.Test8004741
    33  *    compiler.c2.Test8004741
    34  * @run main/othervm -Xmx64m -Xbatch -XX:+IgnoreUnrecognizedVMOptions -XX:+UnlockDiagnosticVMOptions
    34  * @run main/othervm -Xmx128m -Xbatch -XX:+IgnoreUnrecognizedVMOptions -XX:+UnlockDiagnosticVMOptions
    35  *    -XX:-TieredCompilation -XX:+StressCompiledExceptionHandlers
    35  *    -XX:-TieredCompilation -XX:+StressCompiledExceptionHandlers
    36  *    compiler.c2.Test8004741
    36  *    compiler.c2.Test8004741
    37  */
    37  */
    38 
    38 
    39 package compiler.c2;
    39 package compiler.c2;