RE: Buggy exception handling in ServerNotifForwarder#removeNotificationListener

2021-08-20 Thread Kevin Walls
I logged this: https://bugs.openjdk.java.net/browse/JDK-8272780 -Original Message- From: Kevin Walls Sent: 19 August 2021 10:58 To: Andrey Turbanov ; [email protected] Subject: RE: Buggy exception handling in ServerNotifForwarder#removeNotificationListener Hi - Yes

RE: Buggy exception handling in ServerNotifForwarder#removeNotificationListener

2021-08-19 Thread Kevin Walls
t: 18 August 2021 12:52 To: [email protected] Subject: Buggy exception handling in ServerNotifForwarder#removeNotificationListener Hello. During investigation of IDEA inspections I found suspicious code in a method com.sun.jmx.remote.internal.ServerNotifForw

Buggy exception handling in ServerNotifForwarder#removeNotificationListener

2021-08-18 Thread Andrey Turbanov
Hello. During investigation of IDEA inspections I found suspicious code in a method com.sun.jmx.remote.internal.ServerNotifForwarder#removeNotificationListener https://github.com/openjdk/jdk/blob/master/src/java.management/share/classes/com/sun/jmx/remote/internal/ServerNotifForwarder.java#L167 E