RFR: 8269302: serviceability/dcmd/framework/InvalidCommandTest.java still fails after JDK-8268433
Daniel D.Daugherty
dcubed at openjdk.java.net
Fri Jun 25 15:35:03 UTC 2021
On Fri, 25 Jun 2021 04:25:08 GMT, Alex Menkov <amenkov at openjdk.org> wrote:
> Please review this trivial fix in the cycle condition.
>
> The cycle should run until connection is established (connection.isConnected() returns true) or error occurred (error != null)
> This wrong condition causes test error if ListenerThread.getConnection() reaches "synchronized (this)" section earlier than ListenerThread.run()
@alexmenkov - would you mind withdrawing this PR and creating a new PR against JDK17?
We're seeing these test failures in the JDK17 CI also. I've bumped the priority of the bug
from P4 -> P3 since we're seeing Tier3 test failures.
-------------
PR: https://git.openjdk.java.net/jdk/pull/4593
More information about the serviceability-dev
mailing list