src/share/vm/code/nmethod.hpp

changeset 1428
54b3b351d6f9
parent 1424
148e5441d916
parent 1376
8b46c4d82093
child 1429
753cf9794df9
     1.1 --- a/src/share/vm/code/nmethod.hpp	Fri Sep 18 09:57:47 2009 -0700
     1.2 +++ b/src/share/vm/code/nmethod.hpp	Wed Sep 23 23:56:15 2009 -0700
     1.3 @@ -321,7 +321,6 @@
     1.4    bool is_java_method() const                     { return !method()->is_native(); }
     1.5    bool is_native_method() const                   { return method()->is_native(); }
     1.6    bool is_osr_method() const                      { return _entry_bci != InvocationEntryBci; }
     1.7 -  bool is_osr_only_method() const                 { return is_osr_method(); }
     1.8  
     1.9    bool is_compiled_by_c1() const;
    1.10    bool is_compiled_by_c2() const;

mercurial