Re: jmx-dev RFR: 8266459: Implement JEP 411: Deprecate the Security Manager for Removal

2021-05-18 Thread Chris Hegarty
On Mon, 17 May 2021 18:23:41 GMT, Weijun Wang wrote: > Please review this implementation of [JEP > 411](https://openjdk.java.net/jeps/411). > > The code change is divided into 3 commits. Please review them one by one. > > 1. > https://github.com/openjdk/jdk/commit/576161d15423f58281e384174d28

Re: jmx-dev RFR: 8264124: Update MXBean specification and implementation to extend mapping of CompositeType to records [v7]

2021-04-08 Thread Chris Hegarty
On Fri, 2 Apr 2021 18:00:57 GMT, Daniel Fuchs wrote: >> This RFE proposes to extend the MXBean framework to define a mapping to >> records. >> >> The MXBean framework already defines a mapping of `CompositeType` to plain >> java objects. Records are a natural representation of CompositeTypes.

Re: jmx-dev RFR: 8264124: Update MXBean specification and implementation to extend mapping of CompositeType to records

2021-03-26 Thread Chris Hegarty
On Thu, 25 Mar 2021 17:30:52 GMT, Daniel Fuchs wrote: > This RFE proposes to extend the MXBean framework to define a mapping to > records. > > The MXBean framework already defines a mapping of `CompositeType` to plain > java objects. Records are a natural representation of CompositeTypes. A >

Re: jmx-dev RFR 8145982: JMXInterfaceBindingTest is failing intermittently

2015-12-22 Thread Chris Hegarty
On 22 Dec 2015, at 17:25, olivier.lagn...@oracle.com wrote: > Hi Jaroslav, > > Looks good. Not a reviewer however. +1 -Chris. > Olivier. > > On 22/12/2015 17:50, Jaroslav Bachorik wrote: >> Please, review this trivial test change >> >> Issue : https://bugs.openjdk.java.net/browse/JDK-814598

Re: jmx-dev RFR 8031420: sun/management/jmxremote/bootstrap/CustomLauncherTest.java fails on some platforms: Unable to locate 'libjvm.so'

2014-01-09 Thread Chris Hegarty
Looks fine to me. -Chris. On 9 Jan 2014, at 14:05, Jaroslav Bachorik wrote: > Please, review this small test change. > > Issue : https://bugs.openjdk.java.net/browse/JDK-8031420 > Webrev: http://cr.openjdk.java.net/~jbachorik/8031420/webrev.00 > > The test needs to check for the supported pla

Re: jmx-dev RFR: 8022220 Intermittent test failures in javax/management/remote/mandatory/connection/RMIConnectionIdTest.java

2013-10-03 Thread Chris Hegarty
On 10/03/2013 04:37 PM, Jaroslav Bachorik wrote: On 3.10.2013 17:29, Chris Hegarty wrote: On 10/03/2013 04:02 PM, Jaroslav Bachorik wrote: ... But it might hardly matter - it seems that the main culprit for this test to fail on this particular configuration was the fact that 127.0.0.1

Re: jmx-dev RFR: 8022220 Intermittent test failures in javax/management/remote/mandatory/connection/RMIConnectionIdTest.java

2013-10-03 Thread Chris Hegarty
On 10/03/2013 04:02 PM, Jaroslav Bachorik wrote: ... But it might hardly matter - it seems that the main culprit for this test to fail on this particular configuration was the fact that 127.0.0.1 was *NOT* detected as a loopback IP. This is pretty weird and I have not looked at the specif

Re: jmx-dev RFR: 8004926 sun/management/jmxremote/bootstrap/CustomLauncherTest.sh oftenly times out

2013-09-12 Thread Chris Hegarty
On 09/12/2013 04:45 AM, David Holmes wrote: Hi Jaroslav, You need a copyright notice in the new file. As written this test can only run on a full JDK - so please add it to the :needs_jdk group in TEST.groups. (Does jcmd really needs to come from the test-jdk? And use the VMOPTS passed to the te

Re: jmx-dev RFR: 8004179: test/java/lang/management/ThreadMXBean/SynchronizerLockingThread.java doesn't clean up

2013-09-03 Thread Chris Hegarty
On 09/03/2013 09:02 AM, Jaroslav Bachorik wrote: Please, review the following patch: http://cr.openjdk.java.net/~jbachorik/8004179/webrev.01 Issue: https://bugs.openjdk.java.net/browse/JDK-8004179 It addresses the problem of the test not properly cleaning up the created threads at exit. It does

Re: jmx-dev RFR: 8020875 java/lang/management/ThreadMXBean/ResetPeakThreadCount.java fails intermittently

2013-07-25 Thread Chris Hegarty
On 24/07/2013 12:21, David Holmes wrote: On 24/07/2013 7:31 PM, Mandy Chung wrote: On 7/24/2013 4:50 PM, shanliang wrote: So we have 2 kinds of issues here: 1) the test related, like Thread state checking, we can fix them in the test 2) MBean.getThreadCount() issue, we can create a bug to trac

Re: jmx-dev RFR: 8020875 java/lang/management/ThreadMXBean/ResetPeakThreadCount.java fails intermittently

2013-07-25 Thread Chris Hegarty
On 24/07/2013 15:08, Jaroslav Bachorik wrote: On 07/24/2013 03:17 PM, Chris Hegarty wrote: On 24/07/2013 13:49, Jaroslav Bachorik wrote: On 07/24/2013 02:32 PM, Chris Hegarty wrote: On 24/07/2013 12:21, David Holmes wrote: On 24/07/2013 7:31 PM, Mandy Chung wrote: On 7/24/2013 4:50 PM

Re: jmx-dev RFR: 8020875 java/lang/management/ThreadMXBean/ResetPeakThreadCount.java fails intermittently

2013-07-25 Thread Chris Hegarty
On 24/07/2013 13:49, Jaroslav Bachorik wrote: On 07/24/2013 02:32 PM, Chris Hegarty wrote: On 24/07/2013 12:21, David Holmes wrote: On 24/07/2013 7:31 PM, Mandy Chung wrote: On 7/24/2013 4:50 PM, shanliang wrote: So we have 2 kinds of issues here: 1) the test related, like Thread state

Re: jmx-dev RFR: 8020875 java/lang/management/ThreadMXBean/ResetPeakThreadCount.java fails intermittently

2013-07-25 Thread Chris Hegarty
On 07/25/2013 01:28 PM, Jaroslav Bachorik wrote: .. I have filed a separate issue for hotspot/svc (JDK-8021335) Yes, this is probably a separate, and more involved, issue. For the time being I propose modifying the test to be less race-prone in java and adding a timeout of 500ms after t