--- old/src/share/vm/interpreter/templateInterpreter.hpp 2016-01-07 12:42:11.096006957 -0500 +++ new/src/share/vm/interpreter/templateInterpreter.hpp 2016-01-07 12:42:10.982964773 -0500 @@ -193,13 +193,6 @@ // Size of interpreter code. Max size with JVMTI static int InterpreterCodeSize; - -#ifdef PPC - public: - // PPC-only: Support abs and sqrt like in compiler. - // For others we can use a normal (native) entry. - static bool math_entry_available(AbstractInterpreter::MethodKind kind); -#endif }; #endif // !CC_INTERP