Re: RFR: JDK-8152690: main thread does not have native thread name

2016-04-24 Thread David Holmes
Looks good to me. I'll sponsor this "tomorrow". Thanks, David On 23/04/2016 11:24 PM, Yasumasa Suenaga wrote: Hi Kumar, Thank you for your comment! I've fixed them and uploaded new webrev. Could you review again? http://cr.openjdk.java.net/~ysuenaga/JDK-8152690/webrev.06/hotspot/ http:

Re: RFR: JDK-8152690: main thread does not have native thread name

2016-04-24 Thread David Holmes
On 23/04/2016 12:41 AM, Kumar Srinivasan wrote: Hi, This is in the wrong place: 1715 if ((*env)->ExceptionOccurred(env)) { 1716 /* 1717* We can clear pending exception because exception at this point 1718* is not critical. 1719*/ 1720 (*env)->ExceptionCle

JDK 9 RFR of JDK-8154911: Move GCDuringIteration.java back to tier1

2016-04-24 Thread Amy Lu
java/util/WeakHashMap/GCDuringIteration.java This test was failing intermittently (JDK-6842353) and demoted to tier2. Mentioned issues have been resolved and no open bug (no failure reported) till now. This patch is to move the test back to tier1. bug: https://bugs.openjdk.java.net/browse/JD

Re: RFR: JDK-8152690: main thread does not have native thread name

2016-04-24 Thread Kumar Srinivasan
Hi Yasumasa, Looks good. Thanks Kumar On 4/23/2016 6:24 AM, Yasumasa Suenaga wrote: Hi Kumar, Thank you for your comment! I've fixed them and uploaded new webrev. Could you review again? http://cr.openjdk.java.net/~ysuenaga/JDK-8152690/webrev.06/hotspot/ http://cr.openjdk.java.net/~ysuenag

Re: RFR(s): 8154801 deprecate java.util.Observable/Observer

2016-04-24 Thread Doug Lea
On 04/21/2016 10:17 PM, Stuart Marks wrote: Hi all, Here's a small proposal to deprecate the java.util.Observable and Observer. This deprecation will not be for removal. These days, anyone encountering these is probably hitting them by mistake while using RxJava or other reactive-stream framew