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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/pipe/
H A DFiber.java749 public boolean isAlive() { method in class:Fiber
/openjdk7/jdk/src/share/classes/java/lang/
H A DThread.java1018 public final native boolean isAlive(); method in class:Thread
1233 * conditioned on {@code this.isAlive}. As a thread terminates the
1259 while (isAlive()) {
1263 while (isAlive()) {
1279 * conditioned on {@code this.isAlive}. As a thread terminates the
1358 * if this thread is {@linkplain #isAlive alive}
1366 if (isAlive()) {
1555 if (!isAlive()) {
1560 // a thread that was alive during the previous isAlive call may have
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java289 boolean isAlive() { return _stack_top != _dead_basic_block; } method in class:GenerateOopMap.BasicBlock
408 Assert.that(bb.isAlive(), "merging state into a dead basicblock");
914 if (bb.isAlive()) {
2029 boolean alive = jsr_bb.isAlive();
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/jvm/
H A DCode.java1129 public boolean isAlive() { method in class:Code
1427 if (opcode != dontgoto && isAlive()) {

Completed in 49 milliseconds