-
Bug
-
Resolution: Fixed
-
P4
-
11, 12
-
b12
-
x86_64
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8234495 | 11.0.7-oracle | Douglas Simon | P4 | Resolved | Fixed | b01 |
JDK-8235236 | 11.0.7 | Douglas Simon | P4 | Resolved | Fixed | b01 |
The following test failed due to an exception on Solaris-X64
in the release config using jdk-12+11 bits:
compiler/jvmci/compilerToVM/AllocateCompileIdTest.java
The test only failed in 1 of 3 'release' bits runs so I'm
tagging this bug as intermittent. It did not fail at all in the
'fastdebug' or 'slowdebug' bits runs.
Here is a snippet from the log file:
----------configuration:(9/701)----------
Boot Layer
add modules: java.base jdk.internal.vm.ci
add exports: java.base/jdk.internal.misc ALL-UNNAMED
java.base/jdk.internal.org.objectweb.asm ALL-UNNAMED
java.base/jdk.internal.org.objectweb.asm.tree ALL-UNNAMED
jdk.internal.vm.ci/jdk.vm.ci.code ALL-UNNAMED
jdk.internal.vm.ci/jdk.vm.ci.hotspot ALL-UNNAMED
patch: jdk.internal.vm.ci /work/shared/bug_hunt/thread_SMR_stress/jdk12_exp/build/solaris-x86_64-normal-server-release/test-support/jtreg_open_test_hotspot_jtreg_tier1/classes/7/compiler/jvmci/common/patches/jdk.internal.vm.ci
----------System.out:(0/0)----------
----------System.err:(16/1130)----------
java.lang.RuntimeException: Failed to find sun/hotspot/parser/DiagnosticCommand.class
at ClassFileInstaller.writeClassToDisk(ClassFileInstaller.java:207)
at ClassFileInstaller.writeClassToDisk(ClassFileInstaller.java:194)
at ClassFileInstaller.writeClassToDisk(ClassFileInstaller.java:191)
at ClassFileInstaller.main(ClassFileInstaller.java:93)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
at java.base/java.lang.Thread.run(Thread.java:834)
JavaTest Message: Test threw exception: java.lang.RuntimeException: Failed to find sun/hotspot/parser/DiagnosticCommand.class
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: Failed to find sun/hotspot/parser/DiagnosticCommand.class
----------rerun:(36/5287)*----------
in the release config using jdk-12+11 bits:
compiler/jvmci/compilerToVM/AllocateCompileIdTest.java
The test only failed in 1 of 3 'release' bits runs so I'm
tagging this bug as intermittent. It did not fail at all in the
'fastdebug' or 'slowdebug' bits runs.
Here is a snippet from the log file:
----------configuration:(9/701)----------
Boot Layer
add modules: java.base jdk.internal.vm.ci
add exports: java.base/jdk.internal.misc ALL-UNNAMED
java.base/jdk.internal.org.objectweb.asm ALL-UNNAMED
java.base/jdk.internal.org.objectweb.asm.tree ALL-UNNAMED
jdk.internal.vm.ci/jdk.vm.ci.code ALL-UNNAMED
jdk.internal.vm.ci/jdk.vm.ci.hotspot ALL-UNNAMED
patch: jdk.internal.vm.ci /work/shared/bug_hunt/thread_SMR_stress/jdk12_exp/build/solaris-x86_64-normal-server-release/test-support/jtreg_open_test_hotspot_jtreg_tier1/classes/7/compiler/jvmci/common/patches/jdk.internal.vm.ci
----------System.out:(0/0)----------
----------System.err:(16/1130)----------
java.lang.RuntimeException: Failed to find sun/hotspot/parser/DiagnosticCommand.class
at ClassFileInstaller.writeClassToDisk(ClassFileInstaller.java:207)
at ClassFileInstaller.writeClassToDisk(ClassFileInstaller.java:194)
at ClassFileInstaller.writeClassToDisk(ClassFileInstaller.java:191)
at ClassFileInstaller.main(ClassFileInstaller.java:93)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
at java.base/java.lang.Thread.run(Thread.java:834)
JavaTest Message: Test threw exception: java.lang.RuntimeException: Failed to find sun/hotspot/parser/DiagnosticCommand.class
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: Failed to find sun/hotspot/parser/DiagnosticCommand.class
----------rerun:(36/5287)*----------
- backported by
-
JDK-8234495 [JVMCI] AllocateCompileIdTest.java failed to find DiagnosticCommand.class
- Resolved
-
JDK-8235236 [JVMCI] AllocateCompileIdTest.java failed to find DiagnosticCommand.class
- Resolved
- relates to
-
JDK-8209535 [JVMCI] Do not swallow NoClassDefFoundError when converting JVMCI methods and fields to reflection objects.
- Resolved