test/compiler/jvmci/compilerToVM/ResolveTypeInPoolTest.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/ResolveTypeInPoolTest.java

Print this page




  16  * 2 along with this work; if not, write to the Free Software Foundation,
  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.resolveTypeInPool 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  *          jdk.vm.ci/jdk.vm.ci.hotspot

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




  16  * 2 along with this work; if not, write to the Free Software Foundation,
  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.resolveTypeInPool 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  *          jdk.vm.ci/jdk.vm.ci.hotspot
  36  *          jdk.vm.ci/jdk.vm.ci.runtime
  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.ResolveTypeInPoolTest
  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.ResolveTypeInPoolTest
  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;


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