< prev index next >

test/hotspot/jtreg/compiler/floatingpoint/TestFloatJNIArgs.java

Print this page

        

*** 26,35 **** --- 26,42 ---- * @summary Regression test for passing float args to a jni function. * * * @run main/othervm/native -Xint compiler.floatingpoint.TestFloatJNIArgs * @run main/othervm/native -XX:+TieredCompilation -Xcomp compiler.floatingpoint.TestFloatJNIArgs + */ + + /* @test + * @bug 8139258 8165673 + * @summary Regression test for passing float args to a jni function. + * + * @requires !vm.graal.enabled * @run main/othervm/native -XX:-TieredCompilation -Xcomp compiler.floatingpoint.TestFloatJNIArgs */ package compiler.floatingpoint;
< prev index next >