mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-23 11:58:03 +00:00
8352180: AttachListenerThread causes many tests to timeout on Windows
Reviewed-by: dholmes, alanb
This commit is contained in:
parent
b025d8c2e0
commit
53c5b93ca5
@ -92,6 +92,7 @@ public:
|
||||
|
||||
void close() {
|
||||
if (opened()) {
|
||||
ThreadBlockInVM tbivm(JavaThread::current());
|
||||
FlushFileBuffers(_hPipe);
|
||||
CloseHandle(_hPipe);
|
||||
_hPipe = INVALID_HANDLE_VALUE;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user