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
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
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
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
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
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
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.
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