JDK-6996563 : java.lang.RuntimeException: field "_operands" not found in type constantPoolOopDesc
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: hs20
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: solaris_10
  • CPU: x86
  • Submitted: 2010-11-01
  • Updated: 2011-04-23
  • Resolved: 2011-04-23
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6 JDK 7 Other
6u25Fixed 7Fixed hs20Fixed
Related Reports
Relates :  
Description
A lot nightly SAJDI tests failed.

6984311 changes forgot to update vmStructs.cpp for new field _operands:

[2010-10-31T04:33:05.45] Caused by: java.lang.RuntimeException: field "_operands" not found in type constantPoolOopDesc
[2010-10-31T04:33:05.45]     at sun.jvm.hotspot.types.basic.BasicType.getField(BasicType.java:183)
[2010-10-31T04:33:05.45]     at sun.jvm.hotspot.types.basic.BasicType.getField(BasicType.java:190)
[2010-10-31T04:33:05.45]     at sun.jvm.hotspot.types.basic.BasicType.getField(BasicType.java:194)
[2010-10-31T04:33:05.45]     at sun.jvm.hotspot.types.basic.BasicType.getOopField(BasicType.java:267)
[2010-10-31T04:33:05.45]     at sun.jvm.hotspot.oops.ConstantPool.initialize(ConstantPool.java:56)
[2010-10-31T04:33:05.45]     at sun.jvm.hotspot.oops.ConstantPool.access$000(ConstantPool.java:37)
[2010-10-31T04:33:05.45]     at sun.jvm.hotspot.oops.ConstantPool$1.update(ConstantPool.java:48)
[2010-10-31T04:33:05.45]     at sun.jvm.hotspot.runtime.VM.registerVMInitializedObserver(VM.java:380)
[2010-10-31T04:33:05.45]     at sun.jvm.hotspot.oops.ConstantPool.<clinit>(ConstantPool.java:46)

Comments
EVALUATION http://hg.openjdk.java.net/jdk7/build/hotspot/rev/f42a2f0c16bb
04-12-2010

EVALUATION http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/f42a2f0c16bb
09-11-2010