hotspot/src/share/vm/code/nmethod.hpp
changeset 32466 915d0c3d25aa
parent 29576 c223b0a9872e
child 33160 c59f1676d27e
--- a/hotspot/src/share/vm/code/nmethod.hpp	Wed Aug 26 12:43:15 2015 +0200
+++ b/hotspot/src/share/vm/code/nmethod.hpp	Mon Aug 31 13:49:18 2015 +0200
@@ -577,7 +577,7 @@
 
   // See comment at definition of _last_seen_on_stack
   void mark_as_seen_on_stack();
-  bool can_not_entrant_be_converted();
+  bool can_convert_to_zombie();
 
   // Evolution support. We make old (discarded) compiled methods point to new Method*s.
   void set_method(Method* method) { _method = method; }