Fw: Proposal:JdpController.getProcessId() VM compatibility improvement

2017-06-26 Thread Andrew Leonard
Hello, I would like to propose the change below to the JdpController.getProcessId() method which currently uses a reflection hack and the VMManagement interface. Instead for JDK9+ we can use the ProcessHandle.current().getPid() method, which will also allow better compatibility with other plugg

Re: Proposal:JdpController.getProcessId() VM compatibility improvement

2017-06-26 Thread Roger Riggs
Hi Andrew, Redirecting back to serviceability-dev@openjdk.java.net, it is the better list for this topic. I don't know these tests but it seems odd to stick that assert into every callback to packetFromThisVMReceived. Perhaps someone more familiar can review and sponsor. Thanks, Roger

Re: [Urgent JDK 9] RFR: 8182844: Fix broken links in the generated jvmti.html

2017-06-26 Thread serguei.spit...@oracle.com
Sorry, I forgot to send this message yesterday. - Dan, Mandy and Alan, Ok, I've updated the bug accordingly. Thanks! Serguei On 6/25/17 23:20, Alan Bateman wrote: On 25/06/2017 03:05, Daniel D. Daugherty wrote: On 6/24/17 4:14 PM, Mandy Chung wrote: : This is not a showstopper for J