RFR: JDK-8154144 Tests in com/sun/jdi fails intermittently with "jdb input stream closed prematurely

2016-04-28 Thread Sharath Ballal
Hi, Pls review the change for bug HYPERLINK "https://bugs.openjdk.java.net/browse/JDK-8154144"JDK-8154144 - Tests in com/sun/jdi fails intermittently with "jdb input stream closed prematurely Webrev: http://cr.openjdk.java.net/~sballal/8154144/webrev.00/ -Sharath Ballal

Re: RFR: JDK-8154144 Tests in com/sun/jdi fails intermittently with "jdb input stream closed prematurely

2016-04-28 Thread Staffan Larsen
Hi Sharath, Can you explain more how this help with the problem in the bug? It looks like you are trying to avoid a race by not printing the "Input stream closed.” message while shutting down. You added this: 136 ((TTY)notifier).setShuttingDown(true); 137 Env.shutdown(

RE: RFR: JDK-8154144 Tests in com/sun/jdi fails intermittently with "jdb input stream closed prematurely

2016-04-28 Thread Sharath Ballal
tem.exit(0); 93 }     -Sharath Ballal     From: Staffan Larsen Sent: Thursday, April 28, 2016 1:17 PM To: Sharath Ballal Cc: serviceability-dev@openjdk.java.net Subject: Re: RFR: JDK-8154144 Tests in com/sun/jdi fails intermittently with "jdb input stream closed prematurely   Hi Sharath,

Re: RFR: JDK-8154144 Tests in com/sun/jdi fails intermittently with "jdb input stream closed prematurely

2016-04-28 Thread Staffan Larsen
This is > 85 // not an error, and we just ignore it. > 86 } > 87 } > 88 if (message != null) { > 89 MessageOutput.lnprint(message); > 90 MessageOutput.println(); > 91 } > 92 System.exit(0); > 93 } > > > -Sharath Ballal > > > From: Staffan Larsen >

Re: RFR: JDK-8154144 Tests in com/sun/jdi fails intermittently with "jdb input stream closed prematurely

2016-04-28 Thread Daniel D. Daugherty
or, and we just ignore it. 86 } 87 } 88 if (message != null) { 89 MessageOutput.lnprint(message); 90 MessageOutput.println(); 91 } 92 System.exit(0); 93 } -Sharath Ballal *From:*Staffan Larsen *Sent:* Thursday, April 28, 2016 1:17 PM *To:* Sharath Ballal *Cc:* serviceability-dev@openjdk.java.net *S

RE: RFR: JDK-8154144 Tests in com/sun/jdi fails intermittently with "jdb input stream closed prematurely

2016-04-28 Thread Sharath Ballal
, I am avoiding printing the error message.   -Sharath Ballal     From: Daniel D. Daugherty Sent: Thursday, April 28, 2016 7:48 PM To: Sharath Ballal; Staffan Larsen Cc: serviceability-dev@openjdk.java.net Subject: Re: RFR: JDK-8154144 Tests in com/sun/jdi fails intermittently with "jdb

Re: RFR: JDK-8154144 Tests in com/sun/jdi fails intermittently with "jdb input stream closed prematurely

2016-04-29 Thread Daniel D. Daugherty
rror message. -Sharath Ballal *From:*Daniel D. Daugherty *Sent:* Thursday, April 28, 2016 7:48 PM *To:* Sharath Ballal; Staffan Larsen *Cc:* serviceability-dev@openjdk.java.net *Subject:* Re: RFR: JDK-8154144 Tests in com/sun/jdi fails intermittently with "jdb input stream closed prematurely

RE: RFR: JDK-8154144 Tests in com/sun/jdi fails intermittently with "jdb input stream closed prematurely

2016-05-02 Thread Sharath Ballal
/ directory.   -Sharath Ballal     From: Daniel D. Daugherty Sent: Friday, April 29, 2016 7:49 PM To: Sharath Ballal; Staffan Larsen Cc: serviceability-dev@openjdk.java.net Subject: Re: RFR: JDK-8154144 Tests in com/sun/jdi fails intermittently with "jdb input stream closed premat