comparison 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
comparison
equal deleted inserted replaced
23427:c1950f51ed60 23428:be740540f60c
603 // using it. 603 // using it.
604 bool is_locked_by_vm() const { return _lock_count >0; } 604 bool is_locked_by_vm() const { return _lock_count >0; }
605 605
606 // See comment at definition of _last_seen_on_stack 606 // See comment at definition of _last_seen_on_stack
607 void mark_as_seen_on_stack(); 607 void mark_as_seen_on_stack();
608 bool can_not_entrant_be_converted(); 608 bool can_convert_to_zombie();
609 609
610 // Evolution support. We make old (discarded) compiled methods point to new Method*s. 610 // Evolution support. We make old (discarded) compiled methods point to new Method*s.
611 void set_method(Method* method) { _method = method; } 611 void set_method(Method* method) { _method = method; }
612 612
613 // GC support 613 // GC support