Re: RFR: 8338428: Add logging if final VM flags while setting properties [v6]

2025-01-19 Thread David Holmes
On Fri, 17 Jan 2025 18:50:22 GMT, Leonid Mesnik 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 >> t

Re: RFR: 8338428: Add logging if final VM flags while setting properties [v6]

2025-01-17 Thread Leonid Mesnik
On Fri, 17 Jan 2025 18:50:22 GMT, Leonid Mesnik 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 >> t

Re: RFR: 8338428: Add logging if final VM flags while setting properties [v6]

2025-01-17 Thread Roger Riggs
On Fri, 17 Jan 2025 18:50:22 GMT, Leonid Mesnik 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 >> t

Re: RFR: 8338428: Add logging if final VM flags while setting properties [v6]

2025-01-17 Thread Leonid Mesnik
> 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 i