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

Martin Doerr mdoerr at openjdk.org
Mon Mar 18 12:32:29 UTC 2024


On Sat, 16 Mar 2024 13:53:13 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.

I think this is acceptable for a new Java release. We just shouldn't backport it. Do you really think anybody sets one of these flags in production?
Are you aware of any `MaxExpectedDataSegmentSize` user other than in SAP JVM 8?

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

PR Comment: https://git.openjdk.org/jdk/pull/18337#issuecomment-2003786146


More information about the hotspot-runtime-dev mailing list