RFR: 8352180: AttachListenerThread causes many tests to timeout on Windows
Alex Menkov
amenkov at openjdk.org
Tue Mar 18 17:57:14 UTC 2025
On Tue, 18 Mar 2025 07:40:54 GMT, Alan Bateman <alanb at openjdk.org> wrote:
> Any idea on why things are taking so long? Is the pipe undersized?
I don't think this in a buffer issue.
One problem I see is self-attach. FlushFileBuffers waits until all data is read by the client, but is we are at safepoint, the client cannot read the data
-------------
PR Comment: https://git.openjdk.org/jdk/pull/24091#issuecomment-2734221965
More information about the hotspot-runtime-dev
mailing list