--- old/test/compiler/jvmci/compilerToVM/ResolveFieldInPoolTest.java 2016-06-02 16:54:09.289745447 +0200 +++ new/test/compiler/jvmci/compilerToVM/ResolveFieldInPoolTest.java 2016-06-02 16:54:09.113745453 +0200 @@ -34,6 +34,7 @@ * java.base/jdk.internal.org.objectweb.asm.tree * jdk.vm.ci/jdk.vm.ci.hotspot * jdk.vm.ci/jdk.vm.ci.meta + * jdk.vm.ci/jdk.vm.ci.runtime * @build jdk.vm.ci/jdk.vm.ci.hotspot.CompilerToVMHelper * @build sun.hotspot.WhiteBox * compiler.jvmci.compilerToVM.ResolveFieldInPoolTest @@ -107,6 +108,7 @@ HotSpotResolvedObjectType fieldToVerify = CompilerToVMHelper.resolveFieldInPool(constantPoolCTVM, index, + entry.methods == null ? null : entry.methods[j], entry.opcodes[j], info); String msg = String.format("Object returned by resolveFieldInPool method"