equal
deleted
inserted
replaced
478 public final Void getRawResult() { return null; } |
478 public final Void getRawResult() { return null; } |
479 public final void setRawResult(Void v) {} |
479 public final void setRawResult(Void v) {} |
480 } |
480 } |
481 |
481 |
482 static void lazySetNext(Completion c, Completion next) { |
482 static void lazySetNext(Completion c, Completion next) { |
483 U.putOrderedObject(c, NEXT, next); |
483 U.putObjectRelease(c, NEXT, next); |
484 } |
484 } |
485 |
485 |
486 /** |
486 /** |
487 * Pops and tries to trigger all reachable dependents. Call only |
487 * Pops and tries to trigger all reachable dependents. Call only |
488 * when known to be done. |
488 * when known to be done. |