RFR 8042123: Support default and static interface methods in JDI, JDWP and JDB (was 8031195)
serguei.spitsyn at oracle.com
serguei.spitsyn at oracle.com
Wed Apr 30 00:09:13 UTC 2014
It looks good again.
Thanks,
Serguei
On 4/29/14 7:44 AM, Jaroslav Bachorik wrote:
> This is a take two on addressing this issue.
> The previous attempt caused build breakage when building SA-JDI
> because of non-implemented abstract methods.
> Because of "tainted" issue number I had to make a new clone.
>
>
> Issue : https://bugs.openjdk.java.net/browse/JDK-8042123
> Webrev: http://cr.openjdk.java.net/~jbachorik/8042123/webrev.00
>
> This is the same patch as was used for JDK-8031195 with the added
> "default" keyword to the newly introduced interface methods. The
> default implementations just throw UnsupportedOperationException.
>
> The build did break when doing "make bootcycle-images" - I've rerun
> the build locally and using JPRT and after adding "default" keyword
> the breakages does not appear any more.
>
> Sorry for the mess ...
>
>
> Thanks,
>
> -JB-
More information about the serviceability-dev
mailing list