--- old/src/hotspot/share/classfile/stringTable.cpp 2018-06-26 11:19:30.772691130 +0200 +++ new/src/hotspot/share/classfile/stringTable.cpp 2018-06-26 11:19:30.420679247 +0200 @@ -499,7 +499,6 @@ StringTableDeleteCheck stdc; StringTableDoDelete stdd; - bool interrupted = false; { TraceTime timer("Clean", TRACETIME_LOG(Debug, stringtable, perf)); while(bdt.do_task(jt, stdc, stdd)) {