mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-04 20:18:49 +00:00
8152376: [TESTBUG] compiler/floatingpoint/Test15FloatJNIArgs should use run main/othervm/native
Reviewed-by: kvn
This commit is contained in:
parent
a0b8f9dc1a
commit
395f9470df
@ -25,9 +25,9 @@
|
||||
* @bug 8139258
|
||||
* @summary Regression test for 8139258 which failed to properly pass float args
|
||||
* to a jni function on ppc64le.
|
||||
* @run main/othervm -Xint Test15FloatJNIArgs
|
||||
* @run main/othervm -XX:+TieredCompilation -Xcomp Test15FloatJNIArgs
|
||||
* @run main/othervm -XX:-TieredCompilation -Xcomp Test15FloatJNIArgs
|
||||
* @run main/othervm/native -Xint Test15FloatJNIArgs
|
||||
* @run main/othervm/native -XX:+TieredCompilation -Xcomp Test15FloatJNIArgs
|
||||
* @run main/othervm/native -XX:-TieredCompilation -Xcomp Test15FloatJNIArgs
|
||||
*/
|
||||
|
||||
public class Test15FloatJNIArgs {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user