src/share/vm/code/nmethod.hpp

changeset 8075
be740540f60c
parent 8073
682119c4c32e
child 8604
04d83ba48607
child 8734
c73c5d205d0a
     1.1 --- a/src/share/vm/code/nmethod.hpp	Thu Oct 08 09:37:51 2015 +0200
     1.2 +++ b/src/share/vm/code/nmethod.hpp	Thu Oct 08 09:38:24 2015 +0200
     1.3 @@ -605,7 +605,7 @@
     1.4  
     1.5    // See comment at definition of _last_seen_on_stack
     1.6    void mark_as_seen_on_stack();
     1.7 -  bool can_not_entrant_be_converted();
     1.8 +  bool can_convert_to_zombie();
     1.9  
    1.10    // Evolution support. We make old (discarded) compiled methods point to new Method*s.
    1.11    void set_method(Method* method) { _method = method; }

mercurial