Private interface methods

2016-08-19 Thread Nicolai Parlog
Hi! I was very surprised how the syntax for private interface method turned out. (I want to apologize in advance if this has been discussed before. I searched but didn't find anything. And I know it's a bike shed - still...) I was going into a long explanation of what I thought were the reasons

Re: RFR 8138884:MethodHandles.Lookup.findVirtual() Javadoc fails to consider private interface methods

2016-02-10 Thread Paul Sandoz
> On 10 Feb 2016, at 09:06, Paul Sandoz wrote: > > >> On 10 Feb 2016, at 08:00, shilpi rastogi wrote: >> >> Hi All, >> >> Please review my updated patch >> http://cr.openjdk.java.net/~srastogi/8138884/webrev.01/ >> >> > > Just add

Re: RFR 8138884:MethodHandles.Lookup.findVirtual() Javadoc fails to consider private interface methods

2016-02-10 Thread Michael Haupt
Hi, I'll be happy to sponsor this. Best, Michael > Am 10.02.2016 um 09:06 schrieb Paul Sandoz : > > >> On 10 Feb 2016, at 08:00, shilpi rastogi wrote: >> >> Hi All, >> >> Please review my updated patch >> http://cr.openjdk.java.net/~srastogi/8138884/webrev.01/ >>

Re: RFR 8138884:MethodHandles.Lookup.findVirtual() Javadoc fails to consider private interface methods

2016-02-10 Thread Paul Sandoz
> On 10 Feb 2016, at 08:00, shilpi rastogi wrote: > > Hi All, > > Please review my updated patch > http://cr.openjdk.java.net/~srastogi/8138884/webrev.01/ > > Just add a “,” after the new statement .. {@code static}, No need for a

Re: RFR 8138884:MethodHandles.Lookup.findVirtual() Javadoc fails to consider private interface methods

2016-02-09 Thread shilpi rastogi
Hi All, Please review my updated patch http://cr.openjdk.java.net/~srastogi/8138884/webrev.01/ Same is not applicable for "Lookup.unreflect()". Thanks, Shilpi Hi All, Please review my fix related to java doc. MethodHandles.Lookup.findVirtual() Javadoc fails to consider private methods of a

RFR 8138884:MethodHandles.Lookup.findVirtual() Javadoc fails to consider private interface methods

2016-01-22 Thread shilpi rastogi
Gentle Reminder! Original Message Subject: [9u-dev] 8138884:MethodHandles.Lookup.findVirtual() Javadoc fails to consider private interface methods Date: Wed, 20 Jan 2016 18:12:24 +0530 From: shilpi rastogi Organization: Oracle Corporation To: core-libs-dev

[9u-dev] 8138884:MethodHandles.Lookup.findVirtual() Javadoc fails to consider private interface methods

2016-01-20 Thread shilpi rastogi
Hi All, Please review my fix related to java doc. MethodHandles.Lookup.findVirtual() Javadoc fails to consider private methods of an interface. MethodHandles.Lookup.findVirtual() throws IllegalAccessException if the method MH is being created for is private and declared in an interface. Bu

Compiler support for private interface methods.

2015-03-04 Thread Srikanth
Hello ! The javac team is pleased to inform you that the compiler support for private methods in interfaces has been released through here: JBS: https://bugs.openjdk.java.net/browse/JDK-8071453, HG: http://hg.openjdk.java.net/jdk9/dev/langtools/rev/592d64800143 into the JDK9 dev stream. This

hg: jdk8/tl/jdk: 8026213: Reflection support for private interface methods

2013-10-11 Thread robert . field
Changeset: 4561460bf570 Author:rfield Date: 2013-10-11 15:21 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/4561460bf570 8026213: Reflection support for private interface methods Reviewed-by: forax, psandoz, dholmes, jfranck Contributed-by: [email protected] ! src