> Hi all, > > This PR cleans up Valhalla flags. To summarize (for the exhaustive changes, > please refer to the diff): > - All notions of "inline" are replaced with "value" in product flags. > - This is to be consistent with the language, but also other VM flags which > already use "value". > - The granular flattening control flags have received consistent names. > - The granular flattening control flags have been diagnosticized. > - 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]> ------------- Changes: - all: https://git.openjdk.org/valhalla/pull/2226/files - new: https://git.openjdk.org/valhalla/pull/2226/files/fec55175..7fccbcec Webrevs: - full: https://webrevs.openjdk.org/?repo=valhalla&pr=2226&range=01 - incr: https://webrevs.openjdk.org/?repo=valhalla&pr=2226&range=00-01 Stats: 6 lines in 2 files changed: 0 ins; 0 del; 6 mod Patch: https://git.openjdk.org/valhalla/pull/2226.diff Fetch: git fetch https://git.openjdk.org/valhalla.git pull/2226/head:pull/2226 PR: https://git.openjdk.org/valhalla/pull/2226
