<Sound Dev> RFR: 8266421: Deadlock in Sound System [v2]
Sergey Bylokhov
serb at openjdk.java.net
Fri Jun 4 06:18:55 UTC 2021
On Mon, 24 May 2021 12:23:55 GMT, Alexander Zvegintsev <azvegint at openjdk.org> wrote:
>> Sergey Bylokhov has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Update SetPositionHang.java
>
> test/jdk/javax/sound/sampled/Clip/SetPositionHang.java line 84:
>
>> 82: for (int i = 0; i < 100; i++) {
>> 83: System.out.println("Thread " + thread + " Play "
>> 84: + System.currentTimeMillis() % 100000);
>
> This `println` spams a lot.
> It took a ~1 second less to complete the test when these lines are commented(~8s vs ~9s, I believe it will took more on slower machines).
> So we probably could comment out these lines to reduce test execution time.
The test is updated.
-------------
PR: https://git.openjdk.java.net/jdk/pull/4141
More information about the sound-dev
mailing list