mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 14:24:46 +02:00
8139170: JVMCI refresh
Reviewed-by: kvn
This commit is contained in:
parent
a4e16dd190
commit
a38ea495d6
246 changed files with 4445 additions and 2901 deletions
|
@ -42,7 +42,6 @@ import java.lang.invoke.MethodType;
|
|||
import java.util.HashMap;
|
||||
import java.util.Map;
|
||||
import jdk.vm.ci.hotspot.CompilerToVMHelper;
|
||||
import jdk.vm.ci.hotspot.HotSpotConstantPool;
|
||||
import jdk.test.lib.Asserts;
|
||||
import sun.reflect.ConstantPool;
|
||||
|
||||
|
@ -62,7 +61,8 @@ public class ResolveConstantInPoolTest {
|
|||
testCase.test();
|
||||
}
|
||||
|
||||
private static void validateMethodHandle(HotSpotConstantPool constantPoolCTVM,
|
||||
private static void validateMethodHandle(
|
||||
jdk.vm.ci.meta.ConstantPool constantPoolCTVM,
|
||||
ConstantPool constantPoolSS,
|
||||
ConstantPoolTestsHelper.DummyClasses dummyClass, int index) {
|
||||
Object constantInPool = CompilerToVMHelper
|
||||
|
@ -77,7 +77,8 @@ public class ResolveConstantInPoolTest {
|
|||
}
|
||||
}
|
||||
|
||||
private static void validateMethodType(HotSpotConstantPool constantPoolCTVM,
|
||||
private static void validateMethodType(
|
||||
jdk.vm.ci.meta.ConstantPool constantPoolCTVM,
|
||||
ConstantPool constantPoolSS,
|
||||
ConstantPoolTestsHelper.DummyClasses dummyClass, int index) {
|
||||
Object constantInPool = CompilerToVMHelper
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue