hg: amber/amber: 2 new changesets

Vicente Romero vicente.romero at oracle.com
Wed Feb 27 17:06:22 UTC 2019


I see, will fix that,

thanks,
Vicente

On 2/27/19 12:03 PM, Hannes Wallnöfer wrote:
> 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