-
Bug
-
Resolution: Fixed
-
P5
-
9, 10, 11
-
b30
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8217813 | 13 | Igor Ignatyev | P5 | Resolved | Fixed | b06 |
JDK-8218357 | 12.0.2 | Igor Ignatyev | P5 | Resolved | Fixed | b01 |
JDK-8218309 | 12.0.1 | Igor Ignatyev | P5 | Resolved | Fixed | b06 |
JDK-8234518 | 11.0.7-oracle | Igor Ignatyev | P5 | Resolved | Fixed | b01 |
JDK-8235122 | 11.0.7 | Igor Ignatyev | P5 | Resolved | Fixed | b01 |
The test jvmci/compilerToVM/MaterializeVirtualObjectTest.java fails if run with -XX:-EliminateAllocations. I managed to reproduce the failure on linux-x64 with an early-access jdk9-b138 build. Here is the relevant output:
java.lang.NoSuchMethodError: jdk.vm.ci.hotspot.CompilerToVM.asResolvedJavaMethod(Ljava/lang/reflect/Executable;)Ljdk/vm/ci/hotspot/HotSpotResolvedJavaMethodImpl;
at jdk.vm.ci.hotspot.CompilerToVMHelper.asResolvedJavaMethod(jdk.vm.ci@9-ea/CompilerToVMHelper.java:177)
at compiler.jvmci.common.CTVMUtilities.getResolvedMethod(CTVMUtilities.java:60)
at compiler.jvmci.common.CTVMUtilities.getResolvedMethod(CTVMUtilities.java:65)
at compiler.jvmci.compilerToVM.MaterializeVirtualObjectTest.<clinit>(MaterializeVirtualObjectTest.java:88)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native Method)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:535)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:110)
at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
STATUS:Failed.`main' threw exception: java.lang.NoSuchMethodError: jdk.vm.ci.hotspot.CompilerToVM.asResolvedJavaMethod(Ljava/lang/reflect/Executable;)Ljdk/vm/ci/hotspot/HotSpotResolvedJavaMethodImpl;
java.lang.NoSuchMethodError: jdk.vm.ci.hotspot.CompilerToVM.asResolvedJavaMethod(Ljava/lang/reflect/Executable;)Ljdk/vm/ci/hotspot/HotSpotResolvedJavaMethodImpl;
at jdk.vm.ci.hotspot.CompilerToVMHelper.asResolvedJavaMethod(jdk.vm.ci@9-ea/CompilerToVMHelper.java:177)
at compiler.jvmci.common.CTVMUtilities.getResolvedMethod(CTVMUtilities.java:60)
at compiler.jvmci.common.CTVMUtilities.getResolvedMethod(CTVMUtilities.java:65)
at compiler.jvmci.compilerToVM.MaterializeVirtualObjectTest.<clinit>(MaterializeVirtualObjectTest.java:88)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native Method)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:535)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:110)
at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
STATUS:Failed.`main' threw exception: java.lang.NoSuchMethodError: jdk.vm.ci.hotspot.CompilerToVM.asResolvedJavaMethod(Ljava/lang/reflect/Executable;)Ljdk/vm/ci/hotspot/HotSpotResolvedJavaMethodImpl;
- backported by
-
JDK-8217813 jvmci/compilerToVM/MaterializeVirtualObjectTest.java fails with -XX:-EliminateAllocations
- Resolved
-
JDK-8218309 jvmci/compilerToVM/MaterializeVirtualObjectTest.java fails with -XX:-EliminateAllocations
- Resolved
-
JDK-8218357 jvmci/compilerToVM/MaterializeVirtualObjectTest.java fails with -XX:-EliminateAllocations
- Resolved
-
JDK-8234518 jvmci/compilerToVM/MaterializeVirtualObjectTest.java fails with -XX:-EliminateAllocations
- Resolved
-
JDK-8235122 jvmci/compilerToVM/MaterializeVirtualObjectTest.java fails with -XX:-EliminateAllocations
- Resolved