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
Hi Andrew,
Redirecting back to [email protected], 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
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