JDK-6710654 : SAJDI failures with Compressed Oops
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: hs13
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: generic,solaris_10
  • CPU: generic,x86
  • Submitted: 2008-06-04
  • Updated: 2012-10-01
  • Resolved: 2011-03-08
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
6u14Fixed 7Fixed hs13Fixed
Related Reports
Duplicate :  
Relates :  
Description
Failed SAJDI test cases:

nsk/sajdi/ClassLoaderReference/visibleClasses/vsbclasses001
nsk/sajdi/ClassType/interfaces/interfaces001
nsk/sajdi/ReferenceType/nestedTypes/nestedtypes002
After the fix 6703888 the hidden field _klass in java.lang.Class was
moved into the gap after klass (offset 12). But SA was not fixed for that.

Comments
EVALUATION After the fix 6703888 the hidden field _klass in java.lang.Class was moved into the gap after klass (offset 12). But SA was not fixed for that.
04-06-2008