8180324: [JVMCI][TESTBUG] failed JVMCI junit test NativeCallTest.java

Reviewed-by: iignatyev, mseledtsov, kvn
This commit is contained in:
Ekaterina Pavlova 2017-05-18 14:33:09 -07:00
parent f1589c23ac
commit cd0c6f3398
3 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@
* jdk.internal.vm.ci/jdk.vm.ci.amd64
* jdk.internal.vm.ci/jdk.vm.ci.sparc
* @compile CodeInstallationTest.java TestHotSpotVMConfig.java NativeCallTest.java TestAssembler.java sparc/SPARCTestAssembler.java amd64/AMD64TestAssembler.java
* @run junit/othervm -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI -Xbootclasspath/a:. jdk.vm.ci.code.test.NativeCallTest
* @run junit/othervm/native -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI -Xbootclasspath/a:. jdk.vm.ci.code.test.NativeCallTest
*/
package jdk.vm.ci.code.test;

View File

@ -28,7 +28,7 @@
* @library /test/lib
* @modules java.base/jdk.internal.misc
* java.compiler
* @run main NoClassDefFoundMsg
* @run main/native NoClassDefFoundMsg
*/
import jdk.test.lib.InMemoryJavaCompiler;

View File

@ -25,7 +25,7 @@
* @test
* @summary Verifies the JVMTI GetAllModules API
* @library /test/lib
* @run main/othervm -agentlib:JvmtiGetAllModulesTest JvmtiGetAllModulesTest
* @run main/othervm/native -agentlib:JvmtiGetAllModulesTest JvmtiGetAllModulesTest
*
*/
import java.lang.module.ModuleReference;