Re: RFR 8064441: java/lang/management/ThreadMXBean/Locks.java fails intermittently, blocked on wrong object

2014-11-26 Thread David Holmes
On 26/11/2014 10:57 PM, Jaroslav Bachorik wrote: Please, review the following test change Issue : https://bugs.openjdk.java.net/browse/JDK-8064441 Webrev: http://cr.openjdk.java.net/~jbachorik/8064441/webrev.00 The test fails because of System.out.println() may induce unexpected locking. The so

Re: RFR 8064441: java/lang/management/ThreadMXBean/Locks.java fails intermittently, blocked on wrong object

2014-11-26 Thread serguei.spit...@oracle.com
Jaroslav, The fix looks good. Thanks, Serguei On 11/26/14 4:57 AM, Jaroslav Bachorik wrote: Please, review the following test change Issue : https://bugs.openjdk.java.net/browse/JDK-8064441 Webrev: http://cr.openjdk.java.net/~jbachorik/8064441/webrev.00 The test fails because of System.out.p

RFR(XS) 6364329 jstat displays "invalid argument count" with usage

2014-11-26 Thread Yuri Gaevsky
ping... -Original Message- From: serviceability-dev [mailto:serviceability-dev-boun...@openjdk.java.net] On Behalf Of Yuri Gaevsky Sent: Thursday, November 20, 2014 1:11 AM To: serviceability-dev@openjdk.java.net Subject: RFR(XS) 6364329 jstat displays "invalid argument count" with usage

Re: RFR: 8039995: Test serviceability/sa/jmap-hashcode/Test8028623.java fails on some Linux/Mac machines.

2014-11-26 Thread KEVIN WALLS
...and an update to the webrev in the same place that also checks the SELinux deny_ptrace flag, another reason you can get a permission denied error and fail the test. http://cr.openjdk.java.net/~kevinw/8039995/webrev.01/ Thanks Kevin On 20/11/2014 18:38, KEVIN WALLS wrote: Hi, I'm resur

Re: RFR 8064441: java/lang/management/ThreadMXBean/Locks.java fails intermittently, blocked on wrong object

2014-11-26 Thread Erik Gahlin
Looks good! Erik Jaroslav Bachorik skrev 2014-11-26 13:57: Please, review the following test change Issue : https://bugs.openjdk.java.net/browse/JDK-8064441 Webrev: http://cr.openjdk.java.net/~jbachorik/8064441/webrev.00 The test fails because of System.out.println() may induce unexpected lo

RFR 8065783: DCMD parser fails to recognize one character argument when it's positioned last

2014-11-26 Thread Jaroslav Bachorik
Please, review the following change Issue : https://bugs.openjdk.java.net/browse/JDK-8065783 Webrev: http://cr.openjdk.java.net/~jbachorik/8065783/webrev.00 Currently, the DCMD parser fails to recognize the trailing one character long arguments. This is caused by the parser ignoring the last ch

RFR 8064441: java/lang/management/ThreadMXBean/Locks.java fails intermittently, blocked on wrong object

2014-11-26 Thread Jaroslav Bachorik
Please, review the following test change Issue : https://bugs.openjdk.java.net/browse/JDK-8064441 Webrev: http://cr.openjdk.java.net/~jbachorik/8064441/webrev.00 The test fails because of System.out.println() may induce unexpected locking. The solution is to use an already existing LockFreeLogM

RFR (S) 8008678: JSR 292: constant pool reconstitution must support pseudo strings

2014-11-26 Thread serguei.spit...@oracle.com
Please, review the fix for: https://bugs.openjdk.java.net/browse/JDK-8008678 Open webrev: http://cr.openjdk.java.net/~sspitsyn/webrevs/2014/hotspot/8008678-JVMTI-pseudo.1/ Summary: The pseudo-strings are currently not supported in reconstitution of constant pool. This is an explanat