diff src/share/vm/code/nmethod.hpp @ 23428:be740540f60c

8134493: Cleaning inline caches of unloaded nmethods should be done in sweeper Summary: Clean ICs of unloaded nmethods in sweeper to avoid impact on safepoint duration. Reviewed-by: kvn, mdoerr
author thartmann
date Thu, 08 Oct 2015 09:38:24 +0200
parents 682119c4c32e
children b5f3a471e646
line wrap: on
line diff
--- a/src/share/vm/code/nmethod.hpp	Thu Oct 08 09:37:51 2015 +0200
+++ b/src/share/vm/code/nmethod.hpp	Thu Oct 08 09:38:24 2015 +0200
@@ -605,7 +605,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; }