[urgent] RFR: 8081470 com/sun/jdi tests are failing with Error. failed to clean up files after test with jtreg 4.1 b12

2015-05-29 Thread Staffan Larsen
Can I have a fast review of the following change that is currently blocking hotspot pushes in jprt. jtreg 4.1b12 adds stricter checking of @library tags. Some com/sun/jdi tests have @library clauses that are not needed. I do not intend to wait 24 hours before pushing this... webrev:

Re: [urgent] RFR: 8081470 com/sun/jdi tests are failing with Error. failed to clean up files after test with jtreg 4.1 b12

2015-05-29 Thread Mikael Gerdin
Hi Staffan, On 2015-05-29 10:53, Staffan Larsen wrote: Can I have a fast review of the following change that is currently blocking hotspot pushes in jprt. jtreg 4.1b12 adds stricter checking of @library tags. Some com/sun/jdi tests have @library clauses that are not needed. I do not intend

Re: [urgent] RFR: 8081470 com/sun/jdi tests are failing with Error. failed to clean up files after test with jtreg 4.1 b12

2015-05-29 Thread Staffan Larsen
Thanks all. Fix is in the queue to jdk9/hs/jdk and will then be pulled into the group repos. On 29 maj 2015, at 10:57, Igor Ignatyev igor.ignat...@oracle.com wrote: Looks good to me. Igor On 05/29/2015 11:53 AM, Staffan Larsen wrote: Can I have a fast review of the following change

Re: [urgent] RFR: 8081470 com/sun/jdi tests are failing with Error. failed to clean up files after test with jtreg 4.1 b12

2015-05-29 Thread Bengt Rutisson
On 2015-05-29 10:53, Staffan Larsen wrote: Can I have a fast review of the following change that is currently blocking hotspot pushes in jprt. jtreg 4.1b12 adds stricter checking of @library tags. Some com/sun/jdi tests have @library clauses that are not needed. I do not intend to wait 24

Re: [urgent] RFR: 8081470 com/sun/jdi tests are failing with Error. failed to clean up files after test with jtreg 4.1 b12

2015-05-29 Thread Igor Ignatyev
Looks good to me. Igor On 05/29/2015 11:53 AM, Staffan Larsen wrote: Can I have a fast review of the following change that is currently blocking hotspot pushes in jprt. jtreg 4.1b12 adds stricter checking of @library tags. Some com/sun/jdi tests have @library clauses that are not needed. I

Re: RFR: JDK-8081475: SystemTap does not work when JDK is compiled with GCC 5

2015-05-29 Thread David Holmes
Hi Yasumasa, Fix looks good to me. I think someone had tried to handle this but simply got it wrong as the check would pass for 4.4+ and 5+.4+ :( I noone else jumps in on a local Friday I can sponsor this on my Monday. Cheers, David On 29/05/2015 7:38 PM, Yasumasa Suenaga wrote: Hi all, I

RFR: JDK-8081475: SystemTap does not work when JDK is compiled with GCC 5

2015-05-29 Thread Yasumasa Suenaga
Hi all, I tried to build jdk9/hs-rt on Fedora 22 with GCC 5.1.1 . However, libjvm.so did not have .note.stapsdt section. When I ran make command with LOG=info, I found a message as below: --- **NOTICE** Dtrace support disabled: gcc version is too old ---

Re: Issues with dtrace enabled in OpenJdk 9

2015-05-29 Thread Mahesh Pujari
Hi,  I am able to compile OpenJDK9 with dtrace on Linux container with Ubuntu distribution (but still having compilation issues on host machine). Now as I went a step a head, I tried to test method__entry marker. Below is the script probe