RFR: 8345263: Make sure that lint categories are used correctly when logging lint warnings [v3]
Maurizio Cimadamore
mcimadamore at openjdk.org
Fri Dec 13 18:44:38 UTC 2024
On Fri, 13 Dec 2024 18:39:24 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:
> > So, I would expect that there should be nothing to do? (And even if something was needed, we usually do not modify the language-specific property files.)
> > Do I miss something?
>
> Our build process should not depend on that right. However I noted that these files do contain annotations already. Whose job it is to update those?
To reply to my own question, it seems these properties are bulk-updated at the end of the release cycle. Here's the one for 24:
https://github.com/openjdk/jdk/pull/22588
So, this PR doesn't need to do anything there. Thanks!
-------------
PR Comment: https://git.openjdk.org/jdk/pull/22553#issuecomment-2542041490
More information about the compiler-dev
mailing list