hg: amber/amber: 2 new changesets
Hannes Wallnöfer
hannes.wallnoefer at oracle.com
Wed Feb 27 17:03:08 UTC 2019
Hi Vicente,
4c07ffe82f92 should only be applied to String#format methods. It is applied to methods in Formatter, PrintStream and PrintWriter, which append the formatted string to themselves instead of returning it.
Sorry for the late feedback, I haven’t updated my local tree for a while. I’ll update more regularly in the future.
Hannes
> Am 20.02.2019 um 02:19 schrieb vicente.romero at oracle.com:
>
> Changeset: fd7c4baf9faf
> Author: vromero
> Date: 2019-02-19 17:28 -0500
> URL: http://hg.openjdk.java.net/amber/amber/rev/fd7c4baf9faf
>
> refactoring, extracting common class descriptors
>
> ! src/jdk.compiler/share/classes/com/sun/tools/javac/intrinsics/FormatterProcessor.java
> ! src/jdk.compiler/share/classes/com/sun/tools/javac/intrinsics/HashProcessor.java
>
> Changeset: 4c07ffe82f92
> Author: vromero
> Date: 2019-02-19 19:45 -0500
> URL: http://hg.openjdk.java.net/amber/amber/rev/4c07ffe82f92
>
> fold if the format string has no conversion chars
>
> ! src/jdk.compiler/share/classes/com/sun/tools/javac/intrinsics/FormatterProcessor.java
> + test/langtools/tools/javac/intrinsics/EmptyFormatStringTest.java
>
More information about the amber-dev
mailing list