-
Type:
Bug
-
Status: Resolved
-
Priority:
P3
-
Resolution: Fixed
-
Affects Version/s: 8, 9
-
Fix Version/s: 10
-
Component/s: client-libs
-
Subcomponent:
-
Resolved In Build:b23
-
CPU:generic
-
OS:generic
The fix for JDK-8168751 changed the timings in DirectAudioDevice, so the old test ClipCloseLoss.java now fails(2 or 3 time per 50 invocations). The reason is that DirectAudioDevice.run() method have incorrect wait logic, which may hang after attepmt to close it.
Run(100 times) the test below to reproduce the bug:
javax/sound/sampled/Clip/ClipCloseLoss.java
Run(100 times) the test below to reproduce the bug:
javax/sound/sampled/Clip/ClipCloseLoss.java
- duplicates
-
JDK-8190832 Remove intermittent key from test javax/sound/sampled/Clip/ClipCloseLoss.java
-
- Closed
-
- relates to
-
JDK-8168751 Two "Direct Clip" threads are created to play the same "AudioClip" object, what makes clip sound corrupted
-
- Resolved
-
-
JDK-8180452 Mark ClipCloseLoss.java as failing intermittently
-
- Resolved
-
-
JDK-8190832 Remove intermittent key from test javax/sound/sampled/Clip/ClipCloseLoss.java
-
- Closed
-