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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dthread.cpp1680 static void ensure_join(JavaThread* thread) { function
1842 ensure_join(this);
1843 assert(!this->has_pending_exception(), "ensure_join should have cleared");
1851 // ensure_join() ignores IllegalThreadStateExceptions, and so does this.

Completed in 31 milliseconds