RFR 8u20: JDK-8029674: (reflect) getMethods returns default methods that are not members of the class

2014-06-16 Thread Joel Borggrén-Franck
Hi, Can I get a review for this almost trivial 8u20 back port. The 9 fix reviewed here: http://mail.openjdk.java.net/pipermail/core-libs-dev/2014-June/027173.html applies cleanly except one hunk fails due to a non-backported change updating a for to a for each: $ cat

Re: RFR 8u20: JDK-8029674: (reflect) getMethods returns default methods that are not members of the class

2014-06-16 Thread Joe Darcy
Hi Joel, The 8u version looks fine; thanks, -Joe On 06/16/2014 03:57 AM, Joel Borggrén-Franck wrote: Hi, Can I get a review for this almost trivial 8u20 back port. The 9 fix reviewed here: http://mail.openjdk.java.net/pipermail/core-libs-dev/2014-June/027173.html applies cleanly except