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

/openjdk7/hotspot/src/share/vm/classfile/
H A DsystemDictionary.cpp695 PlaceholderEntry* oldprobe = placeholders()->get_entry(p_index, p_hash, name, class_loader); local
696 if (oldprobe) {
699 if (oldprobe->check_seen_thread(THREAD, PlaceholderTable::LOAD_INSTANCE)) {
703 while (!class_has_been_loaded && oldprobe && oldprobe->instance_load_in_progress()) {
722 oldprobe = placeholders()->get_entry(p_index, p_hash, name, class_loader);

Completed in 42 milliseconds