On Jan 15, 2014, at 11:41 AM, Vladimir Ivanov
wrote:
> Chris,
>
> Thanks for looking into this. See my answers inline.
>
> Best regards,
> Vladimir Ivanov
>
> On 1/15/14 9:51 PM, Christian Thalinger wrote:
>> [I’m resending something I sent earlier today to Vladimir directly.]
>>
>> On Jan
Chris,
Thanks for looking into this. See my answers inline.
Best regards,
Vladimir Ivanov
On 1/15/14 9:51 PM, Christian Thalinger wrote:
> [I’m resending something I sent earlier today to Vladimir directly.]
>
> On Jan 15, 2014, at 7:31 AM, Vladimir Ivanov
> wrote:
>
>> http://cr.openjdk.java.
[I’m resending something I sent earlier today to Vladimir directly.]
On Jan 15, 2014, at 7:31 AM, Vladimir Ivanov
wrote:
> http://cr.openjdk.java.net/~vlivanov/8031502/webrev.00/
> https://bugs.openjdk.java.net/browse/JDK-8031502
>
> InvokeBytecodeGenerator can produce incorrect bytecode for a
David, thanks for looking at the fix.
Good suggestion. Just ran tests on default methods - all pass.
Best regards,
Vladimir Ivanov
On 1/15/14 7:44 PM, David Chase wrote:
>
> On 2014-01-15, at 10:31 AM, Vladimir Ivanov
> wrote:
>> The fix is targeted for 8. Will be also integrated into 9.
>>
>>
On 2014-01-15, at 10:31 AM, Vladimir Ivanov
wrote:
> The fix is targeted for 8. Will be also integrated into 9.
>
> Testing: regression test, jdk/test/java/lang/invoke, vm.mlvm.testlist,
> nashorn, jruby.
Vladimir,
Did you test also on defmeth, or has that been incorporated into one of the
http://cr.openjdk.java.net/~vlivanov/8031502/webrev.00/
https://bugs.openjdk.java.net/browse/JDK-8031502
InvokeBytecodeGenerator can produce incorrect bytecode for a LambdaForm
when invoking a method from Object declared in an interface.
The problem is the following:
(1) java.lang.CharSequenc