hg: jdk6/jdk6/jdk: 6801020: Concurrent Semaphore release may cause some require thread not signaled

martinrb at google.com martinrb at google.com
Thu Mar 26 13:41:57 PDT 2009


Changeset: a4322dae3141
Author:    dl
Date:      2009-03-26 12:18 -0700
URL:       http://hg.openjdk.java.net/jdk6/jdk6/jdk/rev/a4322dae3141

6801020: Concurrent Semaphore release may cause some require thread not signaled
Summary: Introduce PROPAGATE waitStatus
Reviewed-by: martin

! src/share/classes/java/util/concurrent/locks/AbstractQueuedLongSynchronizer.java
! src/share/classes/java/util/concurrent/locks/AbstractQueuedSynchronizer.java
+ test/java/util/concurrent/Semaphore/RacingReleases.java




More information about the jdk6-dev mailing list