On Wed, 17 Jan 2024 13:35:23 GMT, Claes Redestad <redes...@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.

Thanks for reviewing!

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

PR Comment: https://git.openjdk.org/jdk/pull/17464#issuecomment-1898715717

Reply via email to