On Wed, 15 May 2024 10:21:14 GMT, Maurizio Cimadamore <mcimadam...@openjdk.org> 
wrote:

> I believe we already disable a bunch of warnings from the command line when 
> compiling these benchmarks. Perhaps we can just tweak the build script in a 
> similar way and avoid the changes to the sources? E.g.
> 
> ```
> DISABLED_WARNINGS := restricted this-escape processing rawtypes cast \
> ```
> 
> Should we add `removal` there?

That might be better, I assumed the micros were being compiled an empty 
DISABLED_WARNINGS list. It means that the FFM micros won't need to be updated.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/19174#discussion_r1602737982

Reply via email to