8152376: [TESTBUG] compiler/floatingpoint/Test15FloatJNIArgs should use run main/othervm/native
authoriignatyev
Mon, 30 May 2016 23:33:00 +0300
changeset 39238 21f9f9db2c9e
parent 39237 1674c59db516
child 39241 6927906da880
child 39242 8ffd59d7bc52
8152376: [TESTBUG] compiler/floatingpoint/Test15FloatJNIArgs should use run main/othervm/native Reviewed-by: kvn
hotspot/test/compiler/floatingpoint/Test15FloatJNIArgs.java
--- a/hotspot/test/compiler/floatingpoint/Test15FloatJNIArgs.java	Mon May 30 23:32:59 2016 +0300
+++ b/hotspot/test/compiler/floatingpoint/Test15FloatJNIArgs.java	Mon May 30 23:33:00 2016 +0300
@@ -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 {