JDK-6577476 : _sum_x_squared uninitialized
  • Type: Bug
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 7
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2007-07-05
  • Updated: 2014-04-08
  • Resolved: 2011-03-25
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 9
9Resolved
Related Reports
Duplicate :  
Description
Customer, who ran the VM through Valgrind, reported that _sum_x_squared in gcUtil.{cpp,hpp} is used

_sum_x_squared = _sum_x_squared + x * x;

but never initialized. This seems to be true.

Comments
SUGGESTED FIX Trivial.
05-07-2007

EVALUATION See Description.
05-07-2007