On Wed, 26 Jun 2024 23:01:50 GMT, Anthony Scarpino
wrote:
> Hi,
>
> I need a review of this clean backport of this test fix to jdk23.
>
> Tony
This pull request has now been integrated.
Changeset: 98fd657c
Author:Anthony Scarpino
URL:
https://git.openjdk.org/jdk/commit/98fd657cfa
On Wed, 5 Jun 2024 02:57:41 GMT, Anthony Scarpino wrote:
> Hi,
>
> I need a review for this simple change to fix a threading problem with the
> test. The server thread was not completing before the check occurred on the
> main thread. The failure showed up in windows and macos, but not linux.