test/hotspot/jtreg/compiler/jvmci/compilerToVM/GetConstantPoolTest.java
Index Unified diffs Context diffs Sdiffs Frames Patch New Old Previous File Next File open Sdiff test/hotspot/jtreg/compiler/jvmci/compilerToVM

test/hotspot/jtreg/compiler/jvmci/compilerToVM/GetConstantPoolTest.java

Print this page




  22  */
  23 
  24 /*
  25  * @test
  26  * @bug 8136421
  27  * @requires vm.jvmci
  28  * @library /test/lib /
  29  * @library ../common/patches
  30  * @ignore Not supported JVMCI API
  31  * @modules java.base/jdk.internal.misc
  32  * @modules java.base/jdk.internal.org.objectweb.asm
  33  *          java.base/jdk.internal.org.objectweb.asm.tree
  34  *          jdk.internal.vm.ci/jdk.vm.ci.hotspot
  35  *          jdk.internal.vm.ci/jdk.vm.ci.meta
  36  *          jdk.internal.vm.ci/jdk.vm.ci.code
  37  *
  38  * @build jdk.internal.vm.ci/jdk.vm.ci.hotspot.CompilerToVMHelper
  39  * @run main/othervm -Xbootclasspath/a:.
  40  *                   -XX:+UnlockDiagnosticVMOptions
  41  *                   -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI
  42  *                   -Djvmci.Compiler=null
  43  *                   compiler.jvmci.compilerToVM.GetConstantPoolTest
  44  */
  45 package compiler.jvmci.compilerToVM;
  46 
  47 import jdk.test.lib.Utils;
  48 import compiler.jvmci.common.CTVMUtilities;
  49 import compiler.jvmci.common.testcases.TestCase;
  50 import jdk.vm.ci.hotspot.CompilerToVMHelper;
  51 import jdk.vm.ci.hotspot.HotSpotResolvedJavaMethod;
  52 import jdk.vm.ci.hotspot.HotSpotResolvedObjectType;
  53 import jdk.vm.ci.meta.ConstantPool;
  54 
  55 import java.lang.reflect.Field;
  56 import java.lang.reflect.Executable;
  57 
  58 /**
  59  * Tests for jdk.vm.ci.hotspot.CompilerToVM::getConstantPool method
  60  */
  61 public class GetConstantPoolTest {
  62 




  22  */
  23 
  24 /*
  25  * @test
  26  * @bug 8136421
  27  * @requires vm.jvmci
  28  * @library /test/lib /
  29  * @library ../common/patches
  30  * @ignore Not supported JVMCI API
  31  * @modules java.base/jdk.internal.misc
  32  * @modules java.base/jdk.internal.org.objectweb.asm
  33  *          java.base/jdk.internal.org.objectweb.asm.tree
  34  *          jdk.internal.vm.ci/jdk.vm.ci.hotspot
  35  *          jdk.internal.vm.ci/jdk.vm.ci.meta
  36  *          jdk.internal.vm.ci/jdk.vm.ci.code
  37  *
  38  * @build jdk.internal.vm.ci/jdk.vm.ci.hotspot.CompilerToVMHelper
  39  * @run main/othervm -Xbootclasspath/a:.
  40  *                   -XX:+UnlockDiagnosticVMOptions
  41  *                   -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI
  42  *                   -XX:-UseJVMCICompiler
  43  *                   compiler.jvmci.compilerToVM.GetConstantPoolTest
  44  */
  45 package compiler.jvmci.compilerToVM;
  46 
  47 import jdk.test.lib.Utils;
  48 import compiler.jvmci.common.CTVMUtilities;
  49 import compiler.jvmci.common.testcases.TestCase;
  50 import jdk.vm.ci.hotspot.CompilerToVMHelper;
  51 import jdk.vm.ci.hotspot.HotSpotResolvedJavaMethod;
  52 import jdk.vm.ci.hotspot.HotSpotResolvedObjectType;
  53 import jdk.vm.ci.meta.ConstantPool;
  54 
  55 import java.lang.reflect.Field;
  56 import java.lang.reflect.Executable;
  57 
  58 /**
  59  * Tests for jdk.vm.ci.hotspot.CompilerToVM::getConstantPool method
  60  */
  61 public class GetConstantPoolTest {
  62 


test/hotspot/jtreg/compiler/jvmci/compilerToVM/GetConstantPoolTest.java
Index Unified diffs Context diffs Sdiffs Frames Patch New Old Previous File Next File