hotspot/src/share/vm/interpreter/abstractInterpreter.hpp
changeset 42884 05815125c157
parent 42062 473286891dd8
child 46504 38048d4d20e7
--- a/hotspot/src/share/vm/interpreter/abstractInterpreter.hpp	Tue Dec 13 17:45:13 2016 +0300
+++ b/hotspot/src/share/vm/interpreter/abstractInterpreter.hpp	Thu Dec 15 14:24:04 2016 +0100
@@ -299,10 +299,6 @@
   }
 
   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);
 };
 
 //------------------------------------------------------------------------------------------------------------------------