mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 02:54:35 +02:00
Merge
This commit is contained in:
commit
b86eaee1a7
2 changed files with 3 additions and 4 deletions
|
@ -25,9 +25,9 @@
|
||||||
* @bug 8139258
|
* @bug 8139258
|
||||||
* @summary Regression test for 8139258 which failed to properly pass float args
|
* @summary Regression test for 8139258 which failed to properly pass float args
|
||||||
* to a jni function on ppc64le.
|
* to a jni function on ppc64le.
|
||||||
* @run main/othervm -Xint Test15FloatJNIArgs
|
* @run main/othervm/native -Xint Test15FloatJNIArgs
|
||||||
* @run main/othervm -XX:+TieredCompilation -Xcomp Test15FloatJNIArgs
|
* @run main/othervm/native -XX:+TieredCompilation -Xcomp Test15FloatJNIArgs
|
||||||
* @run main/othervm -XX:-TieredCompilation -Xcomp Test15FloatJNIArgs
|
* @run main/othervm/native -XX:-TieredCompilation -Xcomp Test15FloatJNIArgs
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public class Test15FloatJNIArgs {
|
public class Test15FloatJNIArgs {
|
||||||
|
|
|
@ -31,7 +31,6 @@
|
||||||
* @build jdk.vm.ci.runtime.test.ConstantTest
|
* @build jdk.vm.ci.runtime.test.ConstantTest
|
||||||
* @run junit/othervm -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI 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;
|
package jdk.vm.ci.runtime.test;
|
||||||
|
|
||||||
import org.junit.Assert;
|
import org.junit.Assert;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue