mirror of
https://github.com/openjdk/jdk.git
synced 2026-06-02 16:52:58 +00:00
7009998: JMX synchronization during connection restart is faulty
Add a return statement after the re-connecting has finished and the state is CONNECTED Reviewed-by: sjiang
This commit is contained in:
parent
bba9907d2a
commit
199a9c32b2
@ -38,6 +38,7 @@ excludes=\
|
||||
com/sun/jmx/snmp/
|
||||
|
||||
jtreg.tests=\
|
||||
com/sun/jmx/ \
|
||||
com/sun/management/ \
|
||||
java/lang/management/ \
|
||||
javax/management/
|
||||
|
||||
@ -115,6 +115,7 @@ public abstract class ClientCommunicatorAdmin {
|
||||
// restarted is failed by another thread
|
||||
throw ioe;
|
||||
}
|
||||
return;
|
||||
} else {
|
||||
state = RE_CONNECTING;
|
||||
lock.notifyAll();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user