8215550: Debugger does not work after reattach
Reviewed-by: cjplummer, sspitsyn
This commit is contained in:
parent
046a1f0ff7
commit
9badb07565
@ -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…
x
Reference in New Issue
Block a user