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

Vicente Romero vromero at openjdk.java.net
Mon Apr 11 21:02:45 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

This pull request has now been integrated.

Changeset: 4e165f66
Author:    Vicente Romero <vromero at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/4e165f66a954dd7fab4b6dab584c4da060f6a48e
Stats:     1 line in 1 file changed: 0 ins; 0 del; 1 mod

8284308: mismatch between key and content in compiler error message

Reviewed-by: mcimadamore

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

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


More information about the compiler-dev mailing list