Re: RFR(S) : 8228448 : Jconsole can't connect to itself

2019-12-04 Thread Erik Joelsson
Looks good. /Erik On 2019-12-04 02:06, Ramkumar Sunderbabu wrote: Hi all, Please review this small patch. Added "-Djdk.attach.allowAttachSelf=true" to jconsole launcher make file. This will allow jconsole to connect to itself. JBS: https://bugs.openjdk.java.net/browse/JDK-8228448

Re: RFR(S) : 8228448 : Jconsole can't connect to itself

2019-12-04 Thread Erik Gahlin
Looks good. Erik Hi all, Please review this small patch. Added "-Djdk.attach.allowAttachSelf=true" to jconsole launcher make file. This will allow jconsole to connect to itself. JBS: https://bugs.openjdk.java.net/browse/JDK-8228448 Webrev: http://cr.openjdk.java.net/~vaibhav/8228

RFR(S) : 8228448 : Jconsole can't connect to itself

2019-12-04 Thread Ramkumar Sunderbabu
Hi all, Please review this small patch. Added "-Djdk.attach.allowAttachSelf=true" to jconsole launcher make file. This will allow jconsole to connect to itself. JBS: https://bugs.openjdk.java.net/browse/JDK-8228448 Webrev: http://cr.openjdk.java.net/~vaibhav/8228448/webrev.00/ Testing: