Integrated: 8323995: Suppress notes generated on incremental microbenchmark builds
Claes Redestad
redestad at openjdk.org
Thu Jan 18 15:43:27 UTC 2024
On Wed, 17 Jan 2024 13:35:23 GMT, Claes Redestad <redestad at openjdk.org> wrote:
> Incrementally building the OpenJDK microbenchmarks emit a "Note: Benchmark entries for <class>already exists, overwriting" for each microbenchmark class. This is generated by the JMH BenchmarkProcessor annotation processor via the javac messager framework.
>
> To carefully disable this informative message without disabling all linters and warnings we can supply the undocumented `-XDsuppressNotes` flag.
This pull request has now been integrated.
Changeset: 4c1a0fc5
Author: Claes Redestad <redestad at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/4c1a0fc58fc3da5d3fd0205ffd1660331be485f0
Stats: 1 line in 1 file changed: 1 ins; 0 del; 0 mod
8323995: Suppress notes generated on incremental microbenchmark builds
Reviewed-by: erikj, ihse
-------------
PR: https://git.openjdk.org/jdk/pull/17464
More information about the build-dev
mailing list