[rfc][icedtea-web] Remove wrongly 'undummied' JSObject->Java array code from MethodOverloadResolver

Adam Domurad adomurad at redhat.com
Mon Apr 29 12:15:22 PDT 2013


So part of what motivated me to rewrite the old MethodOverloadResolver 
was the fact that I noticed it had a dummy JSObject defined at the 
bottom of the code, and it was mistakenly using that. It puzzled me why 
this wasn't observable. Well, it seems it is because the only code path 
that relied on JSObject itself was incorrect.

Thanks to Jana for the thorough tests that caught this!
It looks like we do not support conversion of JSObject to a Java array 
in method signatures. This will bring the code back to its old 
functionality.

There is a want for the real fix, but I think we should do a fix in a 
separate step.

Happy hacking,
-Adam
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20130429/a0ac1b9a/attachment.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: remove-incorrect-method-overload-resolver-code.patch
Type: text/x-patch
Size: 2575 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20130429/a0ac1b9a/remove-incorrect-method-overload-resolver-code.patch 


More information about the distro-pkg-dev mailing list