JDK-6991065 : missed a review comment in 6829194
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: hs20
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2010-10-11
  • 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
As Vladimir pointed out, I missed to add a review comment:

!       if (UseCompressedOops)  fac_ptr->nonstatic_double_count += 1;

should be

!       if (wordSize == longSize)  fac_ptr->nonstatic_double_count += 1;

Since it is raw it should not depend on coop.

Comments
EVALUATION http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/a932f331ef90
12-10-2010

EVALUATION Yes
11-10-2010

SUGGESTED FIX http://cr.openjdk.java.net/~twisti/6991065/webrev.01/
11-10-2010