RFR: 8252473: [TESTBUG] compiler tests fail with minimal VM: Unrecognized VM option [v2]

Emanuel Peter epeter at openjdk.org
Thu May 22 05:56:56 UTC 2025


On Wed, 21 May 2025 13:57:07 GMT, Zdenek Zambersky <zzambers at openjdk.org> wrote:

>> This adds `@requires vm.compiler2.enabled` to tests, which fail with `Unrecognized VM option` on client VM.
>
> Zdenek Zambersky has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains one additional commit since the last revision:
> 
>   Fix of compiler tests for client VM

I quickly looked through the changes, and I think it looks ok. It's a little painful to have to add it everywhere though... It also increases the risk of misspelled flags, or using removed flags etc. But I don't have a great alternative solution.

I'll run some internal testing now, please ping me again in 24h :)

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

PR Comment: https://git.openjdk.org/jdk/pull/24262#issuecomment-2900001590


More information about the hotspot-compiler-dev mailing list