In src/share/vm/gc_implementation/shared/gcUtil.hpp, the constructor for
LinearLeastSquareFit does not initialize _sum_x_squared. It should be
initialied to zero.
Thanks to Bill Fulton of UBS for finding the problem using valgrid.
Also initialize _intercept and _slope to 0.
LinearLeastSquareFit does not initialize _sum_x_squared. It should be
initialied to zero.
Thanks to Bill Fulton of UBS for finding the problem using valgrid.
Also initialize _intercept and _slope to 0.
- duplicates
-
JDK-7016998 gcutil class LinearLeastSquareFit doesn't initialize some of its fields
-
- Closed
-