On Mon, 16 Mar 2026 10:00:52 GMT, Paul Hübner <[email protected]> wrote:
>> Hi all, >> >> This PR cleans up Valhalla flags. To summarize (for the exhaustive changes, >> please refer to the diff): >> - Many flags have their level bumped down. No product flags remain in >> Valhalla. >> - The granular flattening control flags have received consistent names. >> - Some granular flattening control flags have been experimentalized. >> - Setting granular flattening control flags will give a VM warning is >> flattening is not enabled. >> - Flat array printing has been debugized. >> - Descriptions are updated. >> - Updated all tests to use the new flags. >> >> Testing: tiers 1-3. > > Paul Hübner has updated the pull request incrementally with two additional > commits since the last revision: > > - Update src/hotspot/share/runtime/arguments.cpp > > Co-authored-by: Stefan Karlsson <[email protected]> > - Update src/hotspot/share/opto/parse2.cpp > > Co-authored-by: Stefan Karlsson <[email protected]> Based on several rounds of offline feedback, I've updated this PR to get rid of the inline renames and changed the scope of this PR to the bare minimum. Further work needs to be done to make the names consistent. ------------- PR Comment: https://git.openjdk.org/valhalla/pull/2226#issuecomment-4096678894
