RFR(S): JDK-8059037: JdpTest.sh hangs when trying to kill the test VM

2014-10-06 Thread Dmitry Samersoff
Hi Everybody, Please, review the changes: http://cr.openjdk.java.net/~dsamersoff/JDK-8059037/webrev.01/ Obsoleted shell-based test is removed, Java based tests is fixed to be run by jtreg. -Dmitry -- Dmitry Samersoff Oracle Java development team, Saint Petersburg, Russia * I would love to

Re: RFR(S): JDK-8059037: JdpTest.sh hangs when trying to kill the test VM

2014-10-06 Thread Staffan Larsen
Changes looks good. How much testing have you done with the newly enabled tests? I’m worried that they could be unstable since they have never been run. Thanks, /Staffan On 6 okt 2014, at 12:18, Dmitry Samersoff dmitry.samers...@oracle.com wrote: Hi Everybody, Please, review the changes:

Re: RFR(S): JDK-8059037: JdpTest.sh hangs when trying to kill the test VM

2014-10-06 Thread Dmitry Samersoff
On 2014-10-06 15:09, Staffan Larsen wrote: Changes looks good. How much testing have you done with the newly enabled tests? I’m worried that they could be unstable since they have never been run. Only smoke test: Linux jtreg for promoted jdk9 and for the current workspace. Yes, I also

Re: RFR(S): JDK-8059037: JdpTest.sh hangs when trying to kill the test VM

2014-10-06 Thread Mikael Auno
On 2014-10-06 13:51, Dmitry Samersoff wrote: On 2014-10-06 15:09, Staffan Larsen wrote: Changes looks good. How much testing have you done with the newly enabled tests? I’m worried that they could be unstable since they have never been run. Only smoke test: Linux jtreg for promoted jdk9 and

Re: RFR(S): JDK-8059037: JdpTest.sh hangs when trying to kill the test VM

2014-10-06 Thread Staffan Larsen
On 6 okt 2014, at 13:51, Dmitry Samersoff dmitry.samers...@oracle.com wrote: On 2014-10-06 15:09, Staffan Larsen wrote: Changes looks good. How much testing have you done with the newly enabled tests? I’m worried that they could be unstable since they have never been run. Only smoke test:

Re: RFR(S): JDK-8059037: JdpTest.sh hangs when trying to kill the test VM

2014-10-06 Thread Dmitry Samersoff
Mikael, I could help you start a distributed adhoc run if you'd like. Much appreciated! -Dmitry On 2014-10-06 16:00, Mikael Auno wrote: On 2014-10-06 13:51, Dmitry Samersoff wrote: On 2014-10-06 15:09, Staffan Larsen wrote: Changes looks good. How much testing have you done with the newly

Re: RFR(S): JDK-8059037: JdpTest.sh hangs when trying to kill the test VM

2014-10-06 Thread Dmitry Samersoff
Staffan, I'll submit jprt job. -Dmitry On 2014-10-06 16:07, Staffan Larsen wrote: On 6 okt 2014, at 13:51, Dmitry Samersoff dmitry.samers...@oracle.com mailto:dmitry.samers...@oracle.com wrote: On 2014-10-06 15:09, Staffan Larsen wrote: Changes looks good. How much testing have you done

Re: RFR(S): JDK-8059037: JdpTest.sh hangs when trying to kill the test VM

2014-10-06 Thread Mikael Auno
Sorry for the delay, here are the results: http://vmsqe-app.russia.sun.com/surl/b0 All tests passed on all platforms. That run is not concurrent with any other tests though, so there might still be some issues there, but it's better than nothing. Mikael On 2014-10-06 14:26, Dmitry Samersoff

Re: RFR(S): JDK-8059037: JdpTest.sh hangs when trying to kill the test VM

2014-10-06 Thread Dmitry Samersoff
Mikael, Thank you! I'll proceed with integration. -Dmitry On 2014-10-06 18:42, Mikael Auno wrote: Sorry for the delay, here are the results: http://vmsqe-app.russia.sun.com/surl/b0 All tests passed on all platforms. That run is not concurrent with any other tests though, so there might

RFR(M): JDK-8041639: Don't link the java_crw_demo shared library from product tools

2014-10-06 Thread Dmitry Samersoff
Hi Everybody, Please review: http://cr.openjdk.java.net/~dsamersoff/JDK-8041639/webrev.01/ The fix moves code from java_crw_demo to libhprof. Also I remove mtrace and minst demos that uses java_crw_demo library. -Dmitry -- Dmitry Samersoff Oracle Java development team, Saint Petersburg,

Re: RFR(M): JDK-8041639: Don't link the java_crw_demo shared library from product tools

2014-10-06 Thread Kelly O'Hair
Keep in mind, I'm not in this team anymore, and you guys can do whatever you want, so just consider this background data and comments from the peanut gallery. ;) I created this library early in the JVM TI development primarily for hprof, but also to allow old users of JVMPI to have an ability