test/compiler/jvmci/common/patches/jdk.vm.ci/jdk/vm/ci/hotspot/CompilerToVMHelper.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File 8073191-work Cdiff test/compiler/jvmci/common/patches/jdk.vm.ci/jdk/vm/ci/hotspot/CompilerToVMHelper.java

test/compiler/jvmci/common/patches/jdk.vm.ci/jdk/vm/ci/hotspot/CompilerToVMHelper.java

Print this page

        

*** 122,133 **** ConstantPool constantPool, int cpi) { return CTVM.resolveTypeInPool((HotSpotConstantPool) constantPool, cpi); } public static HotSpotResolvedObjectType resolveFieldInPool( ! ConstantPool constantPool, int cpi, byte opcode, long[] info) { ! return CTVM.resolveFieldInPool((HotSpotConstantPool) constantPool, cpi, opcode, info); } public static int constantPoolRemapInstructionOperandFromCache( ConstantPool constantPool, int cpci) { return CTVM.constantPoolRemapInstructionOperandFromCache((HotSpotConstantPool) constantPool, cpci); --- 122,133 ---- ConstantPool constantPool, int cpi) { return CTVM.resolveTypeInPool((HotSpotConstantPool) constantPool, cpi); } public static HotSpotResolvedObjectType resolveFieldInPool( ! ConstantPool constantPool, int cpi, ResolvedJavaMethod method, byte opcode, long[] info) { ! return CTVM.resolveFieldInPool((HotSpotConstantPool) constantPool, cpi, (HotSpotResolvedJavaMethodImpl) method, opcode, info); } public static int constantPoolRemapInstructionOperandFromCache( ConstantPool constantPool, int cpci) { return CTVM.constantPoolRemapInstructionOperandFromCache((HotSpotConstantPool) constantPool, cpci);
test/compiler/jvmci/common/patches/jdk.vm.ci/jdk/vm/ci/hotspot/CompilerToVMHelper.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File