On 08/04/2013 10:39, Mani Sarkar wrote:
Hi David,Here's the version of *jdk8_tl/jdk/**test/java/lang/ref/Basic.java*implemented using a Semaphore:
Hi Mani,Is there a handshake really needed here? From a quick look at the test then it looks to me that fork (used by createNoise) does a Thread.join so it waiting until the task is complete before it returns.
-Alan