Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 6445158
Votes 0
Synopsis Phaser - an improved CyclicBarrier
Category java:classes_util_concurrent
Reported Against
Release Fixed 7(b76)
State 10-Fix Delivered, request for enhancement
Priority: 3-Medium
Related Bugs 6865582
Submit Date 29-JUN-2006
Description
From Doug Lea's TODO list:

2. Clocks and improved CyclicBarriers
    A "Clock" (not a  customer  name but that's what the X10 folks call it,
    so the name will probably stick) is just like a CountDownLatch
    except (1) it sometimes allows counts to be incremented (2) it can
    contain nested Clocks that it must wait out. It can/should be
    implemented as extensions of scalable counters. As can an
    overhaul of CyclicBarrier (Bill and I think we know how.)
Posted Date : 2006-06-29 16:41:01.0
Work Around
N/A
Evaluation
see description.
Posted Date : 2009-07-28 10:11:14.0

changeset:
  http://hg.openjdk.java.net/jdk7/m5/jdk/rev/09dc601a8bb3
Posted Date : 2009-11-03 09:38:47.0

http://hg.openjdk.java.net/jdk7/build/jdk/rev/09dc601a8bb3
Posted Date : 2009-11-09 03:23:29.0
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang