--- a/hotspot/test/compiler/floatingpoint/Test15FloatJNIArgs.java Tue Jul 12 08:42:46 2016 +0000
+++ b/hotspot/test/compiler/floatingpoint/Test15FloatJNIArgs.java Tue Jul 12 18:24:48 2016 +0300
@@ -25,11 +25,14 @@
* @bug 8139258
* @summary Regression test for 8139258 which failed to properly pass float args
* to a jni function on ppc64le.
- * @run main/othervm/native -Xint Test15FloatJNIArgs
- * @run main/othervm/native -XX:+TieredCompilation -Xcomp Test15FloatJNIArgs
- * @run main/othervm/native -XX:-TieredCompilation -Xcomp Test15FloatJNIArgs
+ *
+ * @run main/othervm/native -Xint compiler.floatingpoint.Test15FloatJNIArgs
+ * @run main/othervm/native -XX:+TieredCompilation -Xcomp compiler.floatingpoint.Test15FloatJNIArgs
+ * @run main/othervm/native -XX:-TieredCompilation -Xcomp compiler.floatingpoint.Test15FloatJNIArgs
*/
+package compiler.floatingpoint;
+
public class Test15FloatJNIArgs {
static {
try {