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

Vicente Romero vromero at openjdk.java.net
Mon Apr 11 14:42:41 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

thanks for the review

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

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


More information about the compiler-dev mailing list