RFR: 8198502(Exception at runtime due to lambda analyzer reattributes live AST)
Srinivas Dama
srinivas.dama at oracle.com
Thu Feb 22 14:27:31 UTC 2018
Hi,
Thank you for the comments.
Please find revised webrev with small change in test at http://cr.openjdk.java.net/~sdama/8198502/webrev.01/
I am going to push this.
Regards,
Srinivas
----- Original Message -----
From: vicente.romero at oracle.com
To: srinivas.dama at oracle.com, compiler-dev at openjdk.java.net
Sent: Thursday, February 22, 2018 7:16:29 PM GMT +05:30 Chennai, Kolkata, Mumbai, New Delhi
Subject: Re: RFR: 8198502(Exception at runtime due to lambda analyzer reattributes live AST)
minor at the test case:
interface Base {
public abstract void run();
}
could be:
interface Base {
void run();
}
Thanks,
Vicente
On 02/22/2018 06:20 AM, Srinivas Dama wrote:
> Hi,
>
> Please review http://cr.openjdk.java.net/~sdama/8198502/webrev.00/
> for https://bugs.openjdk.java.net/browse/JDK-8198502
>
> Regards,
> Srinivas
More information about the compiler-dev
mailing list