test/hotspot/jtreg/compiler/runtime/criticalnatives/argumentcorruption/CheckLongArgs.java
equal
deleted
inserted
replaced
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"); |