RFR 8031195: Support default and static interface methods in JDI, JDWP and JDB

Staffan Larsen staffan.larsen at oracle.com
Thu Apr 24 14:09:31 UTC 2014


I can see version numbers bumped in com/sun/tools/jdi/VirtualMachineManagerImpl.java as well as in src/share/back/VirtualMachineImpl.c. Are there other places that need fixing?

A CCC has been filed and approved.

Thanks,
/Staffan

On 24 apr 2014, at 15:57, Daniel D. Daugherty <daniel.daugherty at oracle.com> wrote:

> Jaroslav,
> 
> It looks like you are adding APIs here so you'll need to bump at
> least the minor version numbers here. Also, I think you need a
> CCC request for this work.
> 
> Dan
> 
> 
> On 4/24/14 6:52 AM, Jaroslav Bachorik wrote:
>> Please, review the following patch:
>> 
>> Issue : https://bugs.openjdk.java.net/browse/JDK-8031195
>> Webrev: http://cr.openjdk.java.net/~jbachorik/8031195/webrev.04
>> 
>> With JDK8 it became possible to have methods with implementation in interfaces - static and default interface methods. However the JDI and JDWP were not updated to reflect these capabilities so it is not currently possible to invoke a static or default interface method programatically from the debugger.
>> 
>> This patch adds support for static and default interface methods to JDI, JDWP and JDB.
>> 
>> Thanks,
>> 
>> -JB-
> 



More information about the serviceability-dev mailing list