RFR : JDK-8139985: JNI exception pending in jdk/src/jdk/hprof/agent/share/native/libhprof/

2015-12-01 Thread Jini George
Hi all, This is a review request for the following defect related to Parfait cleanup: https://bugs.openjdk.java.net/browse/JDK-8139985 (JNI exception pending in jdk/src/jdk/hprof/agent/share/native/libhprof/) http://cr.openjdk.java.net/~dsamersoff/sponsorship/jingeorg/JDK-8139985/webrev.02/

[PATCH resend] Skip the null pointer check before calling realloc

2015-12-01 Thread Alex Henrie
# HG changeset patch # User Alex Henrie # Date 1447827030 25200 # Tue Nov 17 23:10:30 2015 -0700 # Node ID c5da6196db70a4cb3069cb1a81bfb7ce12c46019 # Parent 8c9484fe1bb22b13e873ef8fcaeeff234e4dabca Skip the null pointer check before calling realloc. "If ptr is a null pointer, realloc() shal

Re: RFR 8141526: Allow to collect stdout/stderr from the FinalizationRunner even before the process returns

2015-12-01 Thread Jaroslav Bachorik
On 30.11.2015 11:36, Jaroslav Bachorik wrote: On 25.11.2015 22:51, Dmitry Samersoff wrote: Jaroslav, Looks good for me. Thanks! Could I have someone from outside of svc to take a look at this as well? The change needs to augment the hotspot test library with some features from the jdk hotspot

RFR 8144308: com/sun/jdi/SuspendThreadTest.java failed with "transport error 202: send failed: Broken pipe"

2015-12-01 Thread Jaroslav Bachorik
Please, review the following simple test change Issue : https://bugs.openjdk.java.net/browse/JDK-8144308 Webrev: http://cr.openjdk.java.net/~jbachorik/8144308/webrev.00 The test keeps the debuggee spinning in a loop and does not stop it once the testing is over. While the harness usually takes

RFR: JDK-8144332: HSDB could not terminate when close button is pushed.

2015-12-01 Thread Yasumasa Suenaga
Hi all, When I ran HSDB through jhsdb, I could not terminate it through window close button. HSDB starts WorkerThread. It will be terminated when Exit menu is selected. However, it will not be shotdown when HSDB is terminated through close button. I've created a patch and uploaded webrev: http

Re: [PING] RFR 6425769: jmx remote bind address

2015-12-01 Thread Severin Gehwolf
Hi Jaroslav, On Tue, 2015-12-01 at 12:33 +0100, Jaroslav Bachorik wrote: > On 1.12.2015 11:17, Severin Gehwolf wrote: > > On Mon, 2015-11-09 at 10:32 +0100, Severin Gehwolf wrote: > > > On Wed, 2015-11-04 at 11:54 +0100, Severin Gehwolf wrote: > > > > Hi, > > > > > > > > Updated webrev with jtreg

Re: [PING] RFR 6425769: jmx remote bind address

2015-12-01 Thread Jaroslav Bachorik
On 1.12.2015 11:17, Severin Gehwolf wrote: On Mon, 2015-11-09 at 10:32 +0100, Severin Gehwolf wrote: On Wed, 2015-11-04 at 11:54 +0100, Severin Gehwolf wrote: Hi, Updated webrev with jtreg test in Java: http://cr.openjdk.java.net/~sgehwolf/webrevs/JDK-6425769/02/ bug: https://bugs.openjdk.java

Re: [PING] RFR 6425769: jmx remote bind address

2015-12-01 Thread Severin Gehwolf
On Mon, 2015-11-09 at 10:32 +0100, Severin Gehwolf wrote: > On Wed, 2015-11-04 at 11:54 +0100, Severin Gehwolf wrote: > > Hi, > > > > Updated webrev with jtreg test in Java: > > http://cr.openjdk.java.net/~sgehwolf/webrevs/JDK-6425769/02/ > > bug: https://bugs.openjdk.java.net/browse/JDK-6425769 >

[pong] Re: jmx-dev RFR 8142398: ManagementAgent.status diagnostic command only outputs the specifically set properties

2015-12-01 Thread Jaroslav Bachorik
On 11.11.2015 16:52, Jaroslav Bachorik wrote: Please, review the following change Issue : https://bugs.openjdk.java.net/browse/JDK-8142398 Webrev: http://cr.openjdk.java.net/~jbachorik/8142398/webrev.00 This patch adds the list of the default agent properties with the info whether the default v