mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 06:14:49 +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
|
@ -39,7 +39,7 @@ package compiler.jvmci.compilerToVM;
|
|||
import compiler.jvmci.common.CTVMUtilities;
|
||||
import compiler.jvmci.common.testcases.TestCase;
|
||||
import jdk.vm.ci.hotspot.CompilerToVMHelper;
|
||||
import jdk.vm.ci.hotspot.HotSpotResolvedJavaMethodImpl;
|
||||
import jdk.vm.ci.hotspot.HotSpotResolvedJavaMethod;
|
||||
import jdk.internal.org.objectweb.asm.ClassReader;
|
||||
import jdk.internal.org.objectweb.asm.ClassVisitor;
|
||||
import jdk.internal.org.objectweb.asm.ClassWriter;
|
||||
|
@ -67,7 +67,7 @@ public class GetLineNumberTableTest {
|
|||
}
|
||||
|
||||
public static void runSanityTest(Executable aMethod) {
|
||||
HotSpotResolvedJavaMethodImpl method = CTVMUtilities
|
||||
HotSpotResolvedJavaMethod method = CTVMUtilities
|
||||
.getResolvedMethod(aMethod);
|
||||
long[] lineNumbers = CompilerToVMHelper.getLineNumberTable(method);
|
||||
long[] expectedLineNumbers = getExpectedLineNumbers(aMethod);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue