--- old/src/hotspot/share/interpreter/templateInterpreterGenerator.cpp 2019-03-11 14:26:02.290355209 +0100 +++ new/src/hotspot/share/interpreter/templateInterpreterGenerator.cpp 2019-03-11 14:26:02.062355212 +0100 @@ -52,7 +52,8 @@ T_VOID , T_FLOAT , T_DOUBLE , - T_OBJECT + T_OBJECT , + T_VALUETYPE }; void TemplateInterpreterGenerator::generate_all() {