8215550: Debugger does not work after reattach

Reviewed-by: cjplummer, sspitsyn
This commit is contained in:
Gary Adams 2019-01-31 07:24:28 -05:00
parent 046a1f0ff7
commit 9badb07565

View File

@ -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. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -752,6 +752,7 @@ eventHelper_reset(jbyte newSessionID)
holdEvents = JNI_FALSE; holdEvents = JNI_FALSE;
debugMonitorNotifyAll(commandQueueLock); debugMonitorNotifyAll(commandQueueLock);
debugMonitorExit(commandQueueLock); debugMonitorExit(commandQueueLock);
unblockCommandLoop();
} }
/* /*