--- old/src/hotspot/share/interpreter/abstractInterpreter.hpp 2019-03-11 14:25:56.274355292 +0100 +++ new/src/hotspot/share/interpreter/abstractInterpreter.hpp 2019-03-11 14:25:56.054355295 +0100 @@ -102,7 +102,7 @@ } enum SomeConstants { - number_of_result_handlers = 10 // number of result handlers for native calls + number_of_result_handlers = 11 // number of result handlers for native calls }; protected: