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.
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.
- csr for
-
JDK-8328304 [AIX] Use flag kind "diagnostic" for platform specific flags
- Closed