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.
_sum_x_squared = _sum_x_squared + x * x;
but never initialized. This seems to be true.
- duplicates
-
JDK-7016998 gcutil class LinearLeastSquareFit doesn't initialize some of its fields
-
- Closed
-