Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2206753 | 7 | Paul Hohensee | P4 | Closed | Fixed | b130 |
Reported by Donald Gregg at Westinghouse.
In src/share/vm/gc_implementation/shared/gcUtil.*, the constructor for LinearLeastSquareFit
does not initialize members _sum_x_squared, _intercept or _slope. They should be initiazed
to zero.
In src/share/vm/gc_implementation/shared/gcUtil.*, the constructor for LinearLeastSquareFit
does not initialize members _sum_x_squared, _intercept or _slope. They should be initiazed
to zero.
- backported by
-
JDK-2206753 gcutil class LinearLeastSquareFit doesn't initialize some of its fields
-
- Closed
-
- duplicates
-
JDK-6577476 _sum_x_squared uninitialized
-
- Closed
-
-
JDK-6578316 LinearLeastSquareFit::_sum_x_squared should be initialized
-
- Closed
-