< prev index next >

src/share/vm/interpreter/templateInterpreter.hpp

Print this page

        

*** 191,207 **** // Compute the address for reexecution static address deopt_reexecute_entry(Method* method, address bcp); // 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 #endif // SHARE_VM_INTERPRETER_TEMPLATEINTERPRETER_HPP --- 191,200 ----
< prev index next >