Lines Matching refs:zombie
1110 // If the method is not entrant or zombie then a JMP is plastered over the
1123 // Find all calls in an nmethod, and clear the ones that points to zombie methods
1135 // Clean inline caches pointing to both zombie and not_entrant methods
1145 // Clean inline caches pointing to both zombie and not_entrant methods
1158 // cleaning passes before moving to zombie.
1162 // Tell if a non-entrant method can be converted to a zombie (i.e.,
1263 (_state == zombie ? " zombie='1'" : ""));
1271 print_on(tty, _state == zombie ? "made zombie" : "made not entrant");
1277 assert(state == zombie || state == not_entrant, "must be zombie or not_entrant");
1278 assert(!is_zombie(), "should not already be a zombie");
1327 // If the vep() points to the zombie nmethod, the memory for the nmethod
1342 // When the nmethod becomes zombie it is no longer alive so the
1344 // state will be flushed later when the transition to zombie
1346 if (state == zombie) {
1355 // zombie only - if a JVMTI agent has enabled the CompiledMethodUnload
1363 // It's no longer safe to access the oops section since zombie
1372 tty->print_cr("nmethod <" INTPTR_FORMAT "> code made %s", this, (state == not_entrant) ? "not entrant" : "zombie");
1375 // Make sweeper aware that there is a zombie method that needs to be removed
1383 assert(is_zombie() || (is_osr_method() && is_unloaded()), "must be a zombie method");
1428 // First, when a nmethod transitions to a zombie all dependents need
1537 // During unloading we transition to unloaded and then to zombie
1546 // post the event. Sometime later this nmethod will be made a zombie
1572 // event is enabled at the time the nmethod is made a zombie.
1584 "should not call follow on zombie or unloaded nmethod");
1712 "should not call follow on zombie or unloaded nmethod");
1714 // If the method is not entrant or zombie then a JMP is plastered over the
2111 // a zombie may never be patched
2169 guarantee(zombie_ok || !nm->is_zombie(), "cannot lock a zombie method");
2231 // Hmm. OSR methods can be deopted but not marked as zombie or not_entrant
2390 if (is_zombie()) tty->print("zombie ");