Re: [8u-dev] RFR 8150070: TESTBUG: com/sun/jdi tests fail on Cygwin but pass on MKS

2016-02-19 Thread Konstantin Shefov
Alexander, Direct backport form JDK 9 does not work on JDK 8, JDK 9 tests just hang on JDK 8 because of some JDK9-specific changes have been done there. As for JDK 9 tests, they pass without error, although they use tasklist to search for Cygwin PID. Perhaps they do not fail because when I ru

RFR(XXS): 8149803: Adjust lock rankings for some Event-based tracing locks

2016-02-19 Thread Markus Gronlund
Greetings, Please review this small change lowering the lock rankings of some locks. This is done in order to reduce the risk for potential deadlocks and to increase the surface area for event generation. Bug: https://bugs.openjdk.java.net/browse/JDK-8149803 Patch of this tiny cha

Re: [8u-dev] RFR 8150070: TESTBUG: com/sun/jdi tests fail on Cygwin but pass on MKS

2016-02-19 Thread Alexander Kulyakhtin
Hi Konstantin, Thank you very much for your answer. The fix is not a backport of what we have in the JDK 9, is it? Since the issue is not observed in the JDK 9, why the backport would not be sufficient? (My concern is, if the backport is not sufficient, perhaps, some similar changes in the JDK

Re: [8u-dev] RFR 8150070: TESTBUG: com/sun/jdi tests fail on Cygwin but pass on MKS

2016-02-19 Thread Konstantin Shefov
Yes, it is a fix for JDK 8u only. -Konstantin On 02/19/2016 05:47 PM, Alexander Kulyakhtin wrote: Hi Konstantin, (not a reviewer) Could you, please, explain your fix a bit more, if possible? Since the comment to the CR says "Cannot be reproduced with JDK 9.", is this fix for JDK 8 only? Bes

Re: [8u-dev] RFR 8150070: TESTBUG: com/sun/jdi tests fail on Cygwin but pass on MKS

2016-02-19 Thread Alexander Kulyakhtin
Hi Konstantin, (not a reviewer) Could you, please, explain your fix a bit more, if possible? Since the comment to the CR says "Cannot be reproduced with JDK 9.", is this fix for JDK 8 only? Best regards, Alexander - Original Message - From: konstantin.she...@oracle.com To: serviceabi

RFR 8147987: Remove sun/management/jmxremote/bootstrap/JMXInterfaceBindingTest.java from problemList

2016-02-19 Thread Jaroslav Bachorik
Please, review the following change Issue : https://bugs.openjdk.java.net/browse/JDK-8147987 Webrev: http://cr.openjdk.java.net/~jbachorik/8147987/webrev.00 This change removes sun/management/jmxremote/bootstrap/JMXInterfaceBindingTest.java from the ProblemList.txt. The fix for the issue whi

Re: jmx-dev [ping] Re: RFR 8145919: sun/management/jmxremote/bootstrap/RmiSslBootstrapTest failed with Connection failed for no credentials (Round 2)

2016-02-19 Thread Jaroslav Bachorik
On 18.2.2016 10:40, Daniel Fuchs wrote: Hi Jaroslav, Looks good. BTW - shouldn't you take sun/management/jmxremote/bootstrap/JMXInterfaceBindingTest.java out of the problem list as well? I see that 8147985 is fixed. Sure, but that will have to be a different changeset and a different review.

Re: RFR(xs): 8147442: Event-based tracing to allow for tracing Klass creation

2016-02-19 Thread Jaroslav Bachorik
Good to go! -JB- On 15.1.2016 10:52, Markus Gronlund wrote: Greetings, Please review this small change in order to allow for the Event-based tracing framework to trace the creation of Klass’es. Bug: https://bugs.openjdk.java.net/browse/JDK-8147442 Webrev: http://cr.openjdk.java.net/~mgronl