On Wed, 15 May 2024 23:40:00 GMT, Chris Plummer <cjplum...@openjdk.org> wrote:

> If jconsole is passing null, why is it triggering this exception?

JConsole passes null, but when running on an older jdk, the older RMIConnector 
actually "promotes" it to an array before making the remote call.  If you 
connect to a jdk-23 with the removal, the exception is thrown.

(JConsole running on jdk-23 can connect to jdk-23 fine.)

-------------

PR Comment: https://git.openjdk.org/jdk/pull/19253#issuecomment-2114453521

Reply via email to