On Mon, 24 May 2021 12:23:55 GMT, Alexander Zvegintsev <[email protected]>
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