hotspot/src/share/vm/interpreter/abstractInterpreter.hpp
changeset 42884 05815125c157
parent 42062 473286891dd8
child 46504 38048d4d20e7
equal deleted inserted replaced
42883:5495adce1e0d 42884:05815125c157
   297     default:        ShouldNotReachHere();
   297     default:        ShouldNotReachHere();
   298     }
   298     }
   299   }
   299   }
   300 
   300 
   301   static void initialize_method_handle_entries();
   301   static void initialize_method_handle_entries();
   302 
       
   303   // PPC-only: Support abs and sqrt like in compiler.
       
   304   // For others we can use a normal (native) entry.
       
   305   static bool math_entry_available(MethodKind kind);
       
   306 };
   302 };
   307 
   303 
   308 //------------------------------------------------------------------------------------------------------------------------
   304 //------------------------------------------------------------------------------------------------------------------------
   309 // The interpreter generator.
   305 // The interpreter generator.
   310 
   306