hotspot/src/share/vm/code/nmethod.hpp
changeset 3912 3aaaaad1ccb0
parent 3908 24b55ad4c228
parent 3696 9e5d9b5e1049
child 3913 e049e6b81e11
--- a/hotspot/src/share/vm/code/nmethod.hpp	Fri Sep 18 09:57:47 2009 -0700
+++ b/hotspot/src/share/vm/code/nmethod.hpp	Wed Sep 23 23:56:15 2009 -0700
@@ -321,7 +321,6 @@
   bool is_java_method() const                     { return !method()->is_native(); }
   bool is_native_method() const                   { return method()->is_native(); }
   bool is_osr_method() const                      { return _entry_bci != InvocationEntryBci; }
-  bool is_osr_only_method() const                 { return is_osr_method(); }
 
   bool is_compiled_by_c1() const;
   bool is_compiled_by_c2() const;