test/hotspot/jtreg/compiler/runtime/criticalnatives/argumentcorruption/CheckLongArgs.java
changeset 48182 5fb0f3f24f6b
parent 47787 11b8ac93804c
child 52590 c6b63df2765f
equal deleted inserted replaced
48181:61a14b5cb1c6 48182:5fb0f3f24f6b
    22  */
    22  */
    23 
    23 
    24 
    24 
    25 /* @test
    25 /* @test
    26  * @bug 8167409
    26  * @bug 8167409
    27  * @run main/othervm/native -Xcomp compiler.runtime.criticalnatives.argumentcorruption.CheckLongArgs
    27  * @requires os.arch != "aarch64"
       
    28  * @run main/othervm/native -Xcomp -XX:+CriticalJNINatives compiler.runtime.criticalnatives.argumentcorruption.CheckLongArgs
    28  */
    29  */
    29 package compiler.runtime.criticalnatives.argumentcorruption;
    30 package compiler.runtime.criticalnatives.argumentcorruption;
    30 public class CheckLongArgs {
    31 public class CheckLongArgs {
    31     static {
    32     static {
    32         System.loadLibrary("CNCheckLongArgs");
    33         System.loadLibrary("CNCheckLongArgs");