RFR: 8284308: mismatch between key and content in compiler error message

Maurizio Cimadamore mcimadamore at openjdk.java.net
Mon Apr 11 12:47:40 UTC 2022


On Mon, 4 Apr 2022 21:35:20 GMT, Vicente Romero <vromero at openjdk.org> wrote:

> This compiler error message:
> 
> compiler.misc.upper.bounds=\
>         lower bounds: {0}
> 
> had a clear mismatch between its key and its contents. It should be:
> 
> compiler.misc.upper.bounds=\
>         upper bounds: {0}
> 
> TIA

Looks good! Some of the inference compiler messages left me scratching my head because of this :-)

-------------

Marked as reviewed by mcimadamore (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/8099


More information about the compiler-dev mailing list