Searched refs:defineThreadQ (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/classfile/
H A Dplaceholders.cpp146 // defineThreadQ tracks waiters on defining thread's results
162 && (probe->defineThreadQ() == NULL) && (probe->definer() == NULL)) {
233 tty->print("defineThreadQ threads:");
234 defineThreadQ()->printActionQ();
H A Dplaceholders.hpp205 SeenThread* defineThreadQ() const { return _defineThreadQ; } function in class:PlaceholderEntry

Completed in 614 milliseconds