RFR: 8331670: Deprecate the Memory-Access Methods in sun.misc.Unsafe for Removal [v2]
Alan Bateman
alanb at openjdk.org
Thu May 16 07:14:53 UTC 2024
On Wed, 15 May 2024 10:21:14 GMT, Maurizio Cimadamore <mcimadamore at 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
More information about the core-libs-dev
mailing list