test/compiler/jvmci/compilerToVM/LookupKlassInPoolTest.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File 8073191-work Sdiff test/compiler/jvmci/compilerToVM

test/compiler/jvmci/compilerToVM/LookupKlassInPoolTest.java

Print this page




  17  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  18  *
  19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20  * or visit www.oracle.com if you need additional information or have any
  21  * questions.
  22  *
  23  */
  24 
  25 /*
  26  * @test
  27  * @bug 8136421
  28  * @requires (os.simpleArch == "x64" | os.simpleArch == "sparcv9" | os.simpleArch == "aarch64")
  29  * @summary Testing compiler.jvmci.CompilerToVM.lookupKlassInPool method
  30  * @library /testlibrary /test/lib /
  31  * @library ../common/patches
  32  * @modules java.base/jdk.internal.misc
  33  *          java.base/jdk.internal.reflect
  34  *          java.base/jdk.internal.org.objectweb.asm
  35  *          java.base/jdk.internal.org.objectweb.asm.tree
  36  *          jdk.vm.ci/jdk.vm.ci.hotspot

  37  *          jdk.vm.ci/jdk.vm.ci.meta
  38  * @build jdk.vm.ci/jdk.vm.ci.hotspot.CompilerToVMHelper
  39  * @build sun.hotspot.WhiteBox
  40  *        compiler.jvmci.compilerToVM.LookupKlassInPoolTest
  41  * @run main ClassFileInstaller sun.hotspot.WhiteBox
  42  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
  43  * @run main/othervm -Xbootclasspath/a:.
  44  *                   -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI
  45  *                   -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI
  46  *                   compiler.jvmci.compilerToVM.LookupKlassInPoolTest
  47  */
  48 
  49 package compiler.jvmci.compilerToVM;
  50 
  51 import compiler.jvmci.compilerToVM.ConstantPoolTestsHelper.DummyClasses;
  52 import compiler.jvmci.compilerToVM.ConstantPoolTestCase.ConstantTypes;
  53 import static compiler.jvmci.compilerToVM.ConstantPoolTestCase.ConstantTypes.*;
  54 import compiler.jvmci.compilerToVM.ConstantPoolTestCase.TestedCPEntry;
  55 import compiler.jvmci.compilerToVM.ConstantPoolTestCase.Validator;
  56 import java.util.HashMap;




  17  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  18  *
  19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20  * or visit www.oracle.com if you need additional information or have any
  21  * questions.
  22  *
  23  */
  24 
  25 /*
  26  * @test
  27  * @bug 8136421
  28  * @requires (os.simpleArch == "x64" | os.simpleArch == "sparcv9" | os.simpleArch == "aarch64")
  29  * @summary Testing compiler.jvmci.CompilerToVM.lookupKlassInPool method
  30  * @library /testlibrary /test/lib /
  31  * @library ../common/patches
  32  * @modules java.base/jdk.internal.misc
  33  *          java.base/jdk.internal.reflect
  34  *          java.base/jdk.internal.org.objectweb.asm
  35  *          java.base/jdk.internal.org.objectweb.asm.tree
  36  *          jdk.vm.ci/jdk.vm.ci.hotspot
  37  *          jdk.vm.ci/jdk.vm.ci.runtime
  38  *          jdk.vm.ci/jdk.vm.ci.meta
  39  * @build jdk.vm.ci/jdk.vm.ci.hotspot.CompilerToVMHelper
  40  * @build sun.hotspot.WhiteBox
  41  *        compiler.jvmci.compilerToVM.LookupKlassInPoolTest
  42  * @run main ClassFileInstaller sun.hotspot.WhiteBox
  43  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
  44  * @run main/othervm -Xbootclasspath/a:.
  45  *                   -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI
  46  *                   -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI
  47  *                   compiler.jvmci.compilerToVM.LookupKlassInPoolTest
  48  */
  49 
  50 package compiler.jvmci.compilerToVM;
  51 
  52 import compiler.jvmci.compilerToVM.ConstantPoolTestsHelper.DummyClasses;
  53 import compiler.jvmci.compilerToVM.ConstantPoolTestCase.ConstantTypes;
  54 import static compiler.jvmci.compilerToVM.ConstantPoolTestCase.ConstantTypes.*;
  55 import compiler.jvmci.compilerToVM.ConstantPoolTestCase.TestedCPEntry;
  56 import compiler.jvmci.compilerToVM.ConstantPoolTestCase.Validator;
  57 import java.util.HashMap;


test/compiler/jvmci/compilerToVM/LookupKlassInPoolTest.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File