8352180: AttachListenerThread causes many tests to timeout on Windows

Reviewed-by: dholmes, alanb
This commit is contained in:
Alex Menkov 2025-03-18 17:54:38 +00:00
parent b025d8c2e0
commit 53c5b93ca5

View File

@ -92,6 +92,7 @@ public:
void close() {
if (opened()) {
ThreadBlockInVM tbivm(JavaThread::current());
FlushFileBuffers(_hPipe);
CloseHandle(_hPipe);
_hPipe = INVALID_HANDLE_VALUE;