On Sun, 12 Jan 2025 06:08:02 GMT, Leonid Mesnik <lmes...@openjdk.org> wrote:
> Some VM flags might depend on the environment and it makes sense to log final > flags so it is possible to get their value when investigating failures. > > I added them to VMProps, so it is always dump final flags before running > tests using "-XX:+PrintFlagsFinal". > > Update: > There were intermittent compilation failures when I tried to use classes from > testlibrary, so I rewrtite the code without them. This pull request has now been integrated. Changeset: bbd88077 Author: Leonid Mesnik <lmes...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/bbd880775f73ac11dc2c86ec5b598bdb4305e699 Stats: 14 lines in 2 files changed: 10 ins; 0 del; 4 mod 8338428: Add logging of final VM flags while setting properties Reviewed-by: dholmes, rriggs ------------- PR: https://git.openjdk.org/jdk/pull/23054