--- old/test/hotspot/jtreg/compiler/floatingpoint/TestFloatJNIArgs.java 2019-05-15 12:32:37.309284280 -0700 +++ new/test/hotspot/jtreg/compiler/floatingpoint/TestFloatJNIArgs.java 2019-05-15 12:32:36.801284307 -0700 @@ -28,6 +28,13 @@ * * @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 */ --- old/test/hotspot/jtreg/ProblemList-graal.txt 2019-05-15 12:32:38.285284229 -0700 +++ new/test/hotspot/jtreg/ProblemList-graal.txt 2019-05-15 12:32:37.789284255 -0700 @@ -226,6 +226,7 @@ compiler/intrinsics/mathexact/LongMulOverflowTest.java 8207267 generic-all compiler/loopopts/TestOverunrolling.java 8207267 generic-all compiler/jsr292/NonInlinedCall/InvokeTest.java 8207267 generic-all +compiler/codegen/TestTrichotomyExpressions.java 8207267 generic-all runtime/exceptionMsgs/AbstractMethodError/AbstractMethodErrorTest.java 8222582 generic-all