Re: [12] Review Request: 8207150 Clip.isRunning() may return true after Clip.stop() was called

2018-08-03 Thread Phil Race
I don't know what your notation for the race condition means. Please expand and explain in more detail how this happens and add it to the bug report as well as here. -Phil. > On Aug 3, 2018, at 2:14 PM, Sergey Bylokhov > wrote: > > Hello, Audio Guru. > > Please review the fix for jdk12. >

[12] Review Request: 8207150 Clip.isRunning() may return true after Clip.stop() was called

2018-08-03 Thread Sergey Bylokhov
Hello, Audio Guru. Please review the fix for jdk12. Bug: https://bugs.openjdk.java.net/browse/JDK-8207150 Webrev: http://cr.openjdk.java.net/~serb/8207150/webrev.00 This bug was found by the test added in JDK-8202264, this test checks this sequence: clip.loop(); clip.stop(); delay(20 se