RFR: 8014461 genstubs creates default native methods

Joel Borggrén-Franck joel.franck at oracle.com
Tue May 14 01:12:02 PDT 2013


Hi Jon,

On 05/14/2013 03:26 AM, Jonathan Gibbons wrote:
> On 05/13/2013 06:23 PM, Jonathan Gibbons wrote:
>> genstubs is a utility used to help javac through the bootstrap process. It
>> needs to be updated to strip the default modifier and method body from
>> default methods in interfaces.
>>
>> I'm not sure if this should be a build-dev review or a compiler-dev review.
>>
>> -- Jon
>
> Oops, I guess this would help:
>      http://cr.openjdk.java.net/~jjg/8014461

209: visitClassDef comment says "methods: ..."

General comment, how about interface statics?

Also, why no tests? don't we test genstubs?

cheers
/Joel


More information about the compiler-dev mailing list