RFR (XXS) : JDK-8012961 - Do not restrict static interface methods to be private

David Holmes david.holmes at oracle.com
Mon Apr 22 22:27:49 PDT 2013


Looks okay to me.

Thanks,
David

On 23/04/2013 12: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