--- old/src/java.desktop/share/native/libawt/java2d/loops/ProcessPath.c 2018-11-26 16:07:29.844025181 +0530 +++ new/src/java.desktop/share/native/libawt/java2d/loops/ProcessPath.c 2018-11-26 16:07:29.572161181 +0530 @@ -784,10 +784,10 @@ * and Y points. The values are inside the (0,1) range (0 and 1 excluded) * and in ascending order. */ - double params[2]; + double params[2] = {0.0, 0.0}; jint cnt = 0; - double param; + double param = 0.0; /* Simple check for monotonicity in X before searching for the extreme * points of the X(t) function. We first check if the curve is monotonic