--- old/src/hotspot/share/interpreter/templateInterpreter.cpp 2019-03-11 14:26:01.410355221 +0100 +++ new/src/hotspot/share/interpreter/templateInterpreter.cpp 2019-03-11 14:26:01.206355224 +0100 @@ -71,7 +71,7 @@ // Implementation of EntryPoint EntryPoint::EntryPoint() { - assert(number_of_states == 10, "check the code below"); + assert(number_of_states == 10 , "check the code below"); _entry[btos] = NULL; _entry[ztos] = NULL; _entry[ctos] = NULL;