# HG changeset patch # User iignatyev # Date 1460418398 25200 # Mon Apr 11 16:46:38 2016 -0700 # Node ID 261d27d398de07f67959f2eea4432b9f9fbabfd9 # Parent d390372141c3fcfcfdbccf44d21ccd90f2d2627c 8152376: [TESTBUG] compiler/floatingpoint/Test15FloatJNIArgs should use run main/othervm/native Reviewed-by: diff --git a/test/compiler/floatingpoint/Test15FloatJNIArgs.java b/test/compiler/floatingpoint/Test15FloatJNIArgs.java --- a/test/compiler/floatingpoint/Test15FloatJNIArgs.java +++ b/test/compiler/floatingpoint/Test15FloatJNIArgs.java @@ -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 {