RFR (XXS) : JDK-8012961 - Do not restrict static interface methods to be private
Karen Kinnear
karen.kinnear at oracle.com
Tue Apr 23 08:03:49 PDT 2013
Looks good. Thank you for the quick fix.
thanks,
Karen
On Apr 22, 2013, at 10:38 PM, Bharadwaj Yadavalli wrote:
> I would like to request for a quick review of the following small change. Static interface method index should be looked up in interface table irrespective of the method's access flag being private or public. This change removes the restriction that added as part of recent changes made to support upcoming changes to compilation of lambda methods.
>
> JBS : https://jbs.oracle.com/bugs/browse/JDK-8012961
> Webrev : http://cr.openjdk.java.net/~bharadwaj/8012961/webrev/
>
> Thanks,
>
> Bharadwaj
>
More information about the hotspot-runtime-dev
mailing list