< prev index next >

src/share/vm/interpreter/abstractInterpreter.hpp

Print this page
rev 12409 : 8171244: PPC64: Make interpreter's math entries consistent with C1 and C2 and support FMA
Reviewed-by:

*** 297,310 **** default: ShouldNotReachHere(); } } static void initialize_method_handle_entries(); - - // PPC-only: Support abs and sqrt like in compiler. - // For others we can use a normal (native) entry. - static bool math_entry_available(MethodKind kind); }; //------------------------------------------------------------------------------------------------------------------------ // The interpreter generator. --- 297,306 ----
< prev index next >