Searched defs:safe (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/code/
H A DcompiledIC.cpp45 // either the CompiledIC_lock must be set or we must be at a safe point.
49 // MT-safe to use.
136 // High-level access to an inline cache. Guaranteed to be MT-safe.
260 // A zombie transition will always be safe, since the oop has already been set to NULL, so
349 // This is MT safe if we come from a clean-cache and go through a
351 bool safe = SafepointSynchronize::is_at_safepoint() || local
354 if (!safe) {
367 (safe) ? "" : "via stub");
/openjdk7/hotspot/src/share/vm/utilities/
H A Ddebug.cpp467 // note: this may not be safe if we're not at a safepoint; for debugging,
470 bool safe = SafepointSynchronize::is_at_safepoint(); local
471 if (!safe) {
478 if (!safe) SafepointSynchronize::set_is_not_at_safepoint();

Completed in 259 milliseconds