mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-12 08:53:12 +00:00
8272780: ServerNotifForwarder.removeNotificationListener() incorrect exception handling
Reviewed-by: dholmes
This commit is contained in:
parent
a10b1ccd37
commit
bf5c3ce280
@ -169,7 +169,7 @@ public class ServerNotifForwarder {
|
||||
} catch (Exception e) {
|
||||
// Give back the first exception
|
||||
//
|
||||
if (re != null) {
|
||||
if (re == null) {
|
||||
re = e;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user