hg: lambda/lambda/langtools: 8009391: Synthetic name of serializable lambda methods should not contain negative numbers

Gernot Neppert mcnepp02 at googlemail.com
Tue Mar 5 07:52:11 PST 2013


Hi Maurizio,

maybe it's nitpicking, but seeing

    String.format("%x", methTypeHash)

instead of the simple

    Integer.toHexString(methTypeHash)

made me cringe inwardly. The latter is just so much more efficient!



2013/3/4 <maurizio.cimadamore at oracle.com>
>
> Changeset: 7043ecf1110b
> Author:    mcimadamore
> Date:      2013-03-04 15:48 +0000
> URL:
http://hg.openjdk.java.net/lambda/lambda/langtools/rev/7043ecf1110b
>
> 8009391: Synthetic name of serializable lambda methods should not contain
negative numbers
>
> ! src/share/classes/com/sun/tools/javac/comp/LambdaToMethod.java
>
>


More information about the lambda-dev mailing list