RFR: JDK-8328272: [AIX] Use flag kind "diagnostic" for platform specific flags [v2]

Martin Doerr mdoerr at openjdk.org
Mon Mar 18 19:10:27 UTC 2024


On Mon, 18 Mar 2024 14:38:54 GMT, Joachim Kern <jkern at openjdk.org> wrote:

>> Current platform implementation (globals_aix.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.
>
> Joachim Kern has updated the pull request incrementally with one additional commit since the last revision:
> 
>   keep MaxExpectedDataSegmentSize

Thanks for the explanation! Makes sense.

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

Marked as reviewed by mdoerr (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/18337#pullrequestreview-1943958546


More information about the hotspot-runtime-dev mailing list