Re: RFR(XL) : 8199383 : [TESTBUG] Open source VM testbase JVMTI tests

2018-05-25 Thread Magnus Ihse Bursie
On 2018-05-23 02:05, Erik Joelsson wrote: Looks like the line "# } nsk/jvmti" is a left over. Otherwise this looks ok, even if it's an enormous amount of duplication. Hopefully we can figure out a better way to express common parameters for tests soon. Argee, the current solution is not scaling

Re: RFR: JDK-8193639 - tests failing intermittently with Error attaching to process: Can't create thread_db agent!

2018-05-25 Thread serguei.spit...@oracle.com
Hi Sharath, It looks good to me. Thanks, Serguei On 5/23/18 00:08, Sharath Ballal wrote: Can I have one more review pls ? Thanks, Sharath -Original Message- From: Chris Plummer Sent: Tuesday, May 22, 2018 12:41 PM To: Sharath Ballal; serviceability-dev Subject: Re: RFR: JDK-8193639

RE: RFR: JDK-8193639 - tests failing intermittently with Error attaching to process: Can't create thread_db agent!

2018-05-25 Thread Sharath Ballal
Thanks a lot Serguei. Thanks, Sharath -Original Message- From: Serguei Spitsyn Sent: Friday, May 25, 2018 1:28 PM To: Sharath Ballal; Chris Plummer; serviceability-dev Subject: Re: RFR: JDK-8193639 - tests failing intermittently with Error attaching to process: Can't create thread_db

Re: RFR: 8203491: [TESTBUG] Port heapdump tests into java

2018-05-25 Thread Leonid Mesnik
Jini Thank you for review. I added final. Still waiting for review from 'R'eviewer and from runtime. Leonid > On May 24, 2018, at 11:31 PM, Jini George wrote: > > The SA tests look good to me. One minor comment. > >public static String HEAP_OOME = "heap"; >public static String METASP

Re: RFR(S): 8200387: [Graal] fromTonga/nsk/jdi tests hang with Graal as JIT

2018-05-25 Thread serguei.spit...@oracle.com
Added Igor V. to the email list. Thanks, Serguei On 5/24/18 22:43, serguei.spit...@oracle.com wrote: Hi all, Please, review a fix for:   https://bugs.openjdk.java.net/browse/JDK-8200387 Webrev:

Re: jcmd - executing multiple commands at the same safepoint?

2018-05-25 Thread Frederic Parain
Hi Thomas, > On May 24, 2018, at 16:47, Thomas Stüfe wrote: > > Hi Frederic, > > On Thu, May 24, 2018 at 7:29 PM, Frederic Parain > wrote: >> Hi Thomas, >> >> >> On 05/24/2018 12:08 PM, Thomas Stüfe wrote: >>> >>> Hi Erik, >>> >>> On Tue, May 22, 2018 at 11:08 PM, Erik Gahlin >>> wrote: >