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:
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
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
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
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