RFR(XS) : JDK-8013418 - assert(i == total_args_passed) in AdapterHandlerLibrary::get_adapter since 8-b87
Bharadwaj Yadavalli
bharadwaj.yadavalli at oracle.com
Tue Apr 30 11:03:46 PDT 2013
On 4/30/2013 8:05 AM, Karen Kinnear wrote:
> I just double-checked and when I add support for private instance methods in interfaces for
> lambda, this line will need to create miranda entries for the private methods, so it will need
> to just weed out the static ones. Your call - whether you just check for static here, or check for
> both and I change it soon.
Thanks for your review, Karen.
I changed the test such that only static methods are considered to be
non-miranda methds.
Updated webrev: http://cr.openjdk.java.net/~bharadwaj/8013418/webrev/
Once I complete satisfactory test runs of jprt, jtreg, vm quicklist,
jck8 vm and lang, I'll push this change.
Thanks,
Bharadwaj
More information about the hotspot-runtime-dev
mailing list