RE: 8u: RFR(S): 8197943: Unable to use JDWP API in JDK 8 to debug JDK 9 VM

2018-03-02 Thread Langer, Christoph
Thank you, Steven. I just took the bug. Thanks Volker and Chris for reviewing. I just posted in 8u-dev for approval... Best regards Christoph > -Original Message- > From: Stephen Fitch [mailto:[email protected]] > Sent: Montag, 26. Februar 2018 21:31 > To: Chris Plummer ; Volker

Re: RFR 8170541: serviceability/jdwp/AllModulesCommandTest.java fails intermittently on Windows and Solaris

2018-03-02 Thread Chris Plummer
Finally got around to reading up on this. At first I was expecting to see it originally sent one large packet, but from reading up on the issue it looks like the problem was it sent a packet for each field of the JDWP header, resulting in too many small packets, and the fix for this was to coal

Re: RFR 8170541: serviceability/jdwp/AllModulesCommandTest.java fails intermittently on Windows and Solaris

2018-03-02 Thread David Holmes
On 3/03/2018 8:57 AM, Chris Plummer wrote: Finally got around to reading up on this. At first I was expecting to see it originally sent one large packet, but from reading up on the issue it looks like the problem was it sent a packet for each field of the JDWP header, resulting in too many smal