RFR: 8253690: [PPC64] Use flag kind diagnostic for platform specific flags
Lutz Schmidt
lucy at openjdk.java.net
Wed Sep 30 20:32:57 UTC 2020
On Tue, 29 Sep 2020 20:49:01 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:
> Current platform implementation (globals_ppc.hpp) uses regular product flags for almost everything.
> Most platform specific flags were never intended for official support. They are only there to diagnose issues and find
> workarounds. So flag kind "diagnostic" fits better for them.
>
> Note that I rearranged a couple of lines when looking at the diff.
> My actual change is what is described here: https://bugs.openjdk.java.net/browse/JDK-8253692
This is an overdue cleanup. Thanks for taking care. The changes look good to me. Reviewed.
-------------
Marked as reviewed by lucy (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/413
More information about the hotspot-compiler-dev
mailing list