RFR: JDK-8057746: Cannot handle JdpException in JMX agent initialization.

2014-09-07 Thread Yasumasa Suenaga
Hi all, This issue is related to JDK-8057556: JDP should better handle non-active interfaces http://mail.openjdk.java.net/pipermail/serviceability-dev/2014-September/015548.html JMX agent will be terminated silently when I run command as following: java -Dcom.sun.management.jmxremote.port=7091

Re: RFR: JDK-8057746: Cannot handle JdpException in JMX agent initialization.

2014-09-07 Thread Dmitry Samersoff
Yasumasa, I'll sponsor the push. -Dmitry On 2014-09-07 17:04, Yasumasa Suenaga wrote: > Hi all, > > This issue is related to JDK-8057556: JDP should better handle non-active > interfaces > http://mail.openjdk.java.net/pipermail/serviceability-dev/2014-September/015548.html > > JMX agent will

Re: RFR: JDK-8057746: Cannot handle JdpException in JMX agent initialization.

2014-09-07 Thread Yasumasa Suenaga
Thank you so much, Dmitry! Yasumasa (2014/09/07 23:49), Dmitry Samersoff wrote: Yasumasa, I'll sponsor the push. -Dmitry On 2014-09-07 17:04, Yasumasa Suenaga wrote: Hi all, This issue is related to JDK-8057556: JDP should better handle non-active interfaces http://mail.openjdk.java.net/

Re: [8u40] RFR 6642881: Improve performance of Class.getClassLoader()

2014-09-07 Thread David Holmes
Looks okay to me. David On 6/09/2014 5:55 AM, Coleen Phillimore wrote: Summary: Add classLoader to java/lang/Class instance for fast access This is a backport request for 8u40. This change has been in the jdk9 code for 3 months without any problems. The JDK changes hg imported cleanly. The