Summary
Current platform implementation in globals_s390.hpp uses regular product flags for everything.
Problem
These platform specific flags were never intended for official support. They are only there to diagnose issues and find workarounds.
Solution
Change flag kind to "diagnostic".
Specification
Change these flags from regular product to diagnostic:
ReoptimizeCallSequences
UseByteReverseInstruction
ExpandLoadingBaseDecode
ExpandLoadingBaseDecode_NN
ExpandLoadingBaseEncode
ExpandLoadingBaseEncode_NN
MVCLEThreshold
PreferLAoverADD
TraceTraps
- csr of
-
JDK-8253689 [s390] Use flag kind "diagnostic" for platform specific flags
- Resolved