This commit is contained in:
Vladimir Ivanov 2016-05-31 15:10:10 +03:00
commit b86eaee1a7
2 changed files with 3 additions and 4 deletions
hotspot/test/compiler
floatingpoint
jvmci/jdk.vm.ci.runtime.test/src/jdk/vm/ci/runtime/test

@ -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 {

@ -31,7 +31,6 @@
* @build jdk.vm.ci.runtime.test.ConstantTest
* @run junit/othervm -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI jdk.vm.ci.runtime.test.ConstantTest
*/
// * @compile ConstantTest.java FieldUniverse.java TypeUniverse.java TestMetaAccessProvider.java
package jdk.vm.ci.runtime.test;
import org.junit.Assert;