mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-15 16:44:36 +02:00
8215550: Debugger does not work after reattach
Reviewed-by: cjplummer, sspitsyn
This commit is contained in:
parent
046a1f0ff7
commit
9badb07565
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 1998, 2017, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 1998, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
|
@ -752,6 +752,7 @@ eventHelper_reset(jbyte newSessionID)
|
|||
holdEvents = JNI_FALSE;
|
||||
debugMonitorNotifyAll(commandQueueLock);
|
||||
debugMonitorExit(commandQueueLock);
|
||||
unblockCommandLoop();
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue