Merge
This commit is contained in:
commit
b86eaee1a7
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user