RFR: 8332303: Better JMX interoperability with older JDKs, after removing Subject Delegation
    Kevin Walls 
    kevinw at openjdk.org
       
    Thu May 16 08:28:02 UTC 2024
    
    
  
On Wed, 15 May 2024 23:40:00 GMT, Chris Plummer <cjplummer at 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
    
    
More information about the serviceability-dev
mailing list