hotspot/src/share/vm/code/nmethod.hpp
changeset 3696 9e5d9b5e1049
parent 2131 98f9cef66a34
child 3912 3aaaaad1ccb0
child 3795 6227ff014cfe
--- a/hotspot/src/share/vm/code/nmethod.hpp	Mon Aug 31 05:27:29 2009 -0700
+++ b/hotspot/src/share/vm/code/nmethod.hpp	Wed Sep 02 00:04:29 2009 -0700
@@ -314,7 +314,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;