--- old/src/share/vm/runtime/safepoint.cpp 2015-10-09 14:51:10.724020000 +0200 +++ new/src/share/vm/runtime/safepoint.cpp 2015-10-09 14:51:10.558011000 +0200 @@ -124,7 +124,7 @@ // Save the starting time, so that it can be compared to see if this has taken // too long to complete. - jlong safepoint_limit_time; + jlong safepoint_limit_time = 0; timeout_error_printed = false; // PrintSafepointStatisticsTimeout can be specified separately. When @@ -903,7 +903,7 @@ void ThreadSafepointState::print_on(outputStream *st) const { - const char *s; + const char *s = NULL; switch(_type) { case _running : s = "_running"; break;