--- old/src/share/vm/interpreter/templateInterpreterGenerator.hpp 2016-04-15 18:41:28.689897400 -0700 +++ new/src/share/vm/interpreter/templateInterpreterGenerator.hpp 2016-04-15 18:41:28.272873500 -0700 @@ -91,6 +91,7 @@ address generate_native_entry(bool synchronized); address generate_abstract_entry(void); address generate_math_entry(AbstractInterpreter::MethodKind kind); + void mathfunc(address runtime_entry); address generate_Reference_get_entry(); address generate_CRC32_update_entry(); address generate_CRC32_updateBytes_entry(AbstractInterpreter::MethodKind kind);