RFR: 8372802: PrintFlagsFinal should also print locked flags [v2]

Frederic Thevenet fthevenet at openjdk.org
Tue Dec 2 17:12:32 UTC 2025


On Tue, 2 Dec 2025 09:36:19 GMT, David Holmes <dholmes at openjdk.org> wrote:

> Have you run all of the tests that use this flag to check that the extra output does not cause any problems (e.g. if jtreg elides sections of the log because it is too long now)?

In addition to running tier1 on GHA, I also explicitly ran the tests that matched the following:
 ```
find ./test -type f -name "*.java" -exec grep -l -e "-XX:+PrintFlagsFinal" -e "-XX:+PrintFlagsInitial" -e "-XX:+PrintFlagsWithComments" -e "PrintVMFlagsDCmd" {} +

Hopefully that caught them all.

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

PR Comment: https://git.openjdk.org/jdk/pull/28579#issuecomment-3603117608


More information about the hotspot-runtime-dev mailing list