RFR: 8198502(Exception at runtime due to lambda analyzer reattributes live AST)

Vicente Romero vicente.romero at oracle.com
Thu Feb 22 13:46:27 UTC 2018


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