RFR(XS) : JDK-8013418 - assert(i == total_args_passed) in AdapterHandlerLibrary::get_adapter since 8-b87
Christian Tornqvist
christian.tornqvist at oracle.com
Tue Apr 30 11:16:16 PDT 2013
Looks good :)
-----Original Message-----
From: hotspot-runtime-dev-bounces at openjdk.java.net [mailto:hotspot-runtime-dev-bounces at openjdk.java.net] On Behalf Of Bharadwaj Yadavalli
Sent: den 30 april 2013 00:06
To: hotspot-runtime-dev at openjdk.java.net
Subject: RFR(XS) : JDK-8013418 - assert(i == total_args_passed) in AdapterHandlerLibrary::get_adapter since 8-b87
Please review the changes that address the assertion failure. JDK 8 allows static public interface methods. Such methods should not be considered as candidates for generation of synthetic code while parsing classes that implement default methods.
This failure results from the addition of static public interface methods to java library code.
Added a new test.
JBS : https://jbs.oracle.com/bugs/browse/JDK-8013418
Webrev : http://cr.openjdk.java.net/~bharadwaj/8013418/webrev/
Thanks,
Bharadwaj
More information about the hotspot-runtime-dev
mailing list