Re: RFR: 8014461 genstubs creates default native methods

2013-05-14 Thread Alan Bateman
On 14/05/2013 02:26, 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 sh

Re: RFR: 8014461 genstubs creates default native methods

2013-05-13 Thread Jonathan Gibbons
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

RFR: 8014461 genstubs creates default native methods

2013-05-13 Thread Jonathan Gibbons
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