RFR: 8314837: 5 compiled/codecache tests ignore VM flags [v2]
Yi-Fan Tsai
duke at openjdk.org
Wed Aug 30 22:57:00 UTC 2023
On Wed, 30 Aug 2023 22:42:48 GMT, Yi-Fan Tsai <duke at openjdk.org> wrote:
>> Mark 5 codecache tests which ignore VM flags with `@requires vm.flagless`. These tests specify the code cache flags to create processes and verify their behaviors. There is no need to rerun them with external flags.
>
> Yi-Fan Tsai has updated the pull request incrementally with one additional commit since the last revision:
>
> Mark CheckCodeCacheInfo flagless
I marked CheckCodeCacheInfo with `vm.flagless`. The tested feature doesn't depend on other flags. The irrelevant flag `UnlockDiagnosticVMOptions` is also removed.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/15485#issuecomment-1699956610
More information about the hotspot-compiler-dev
mailing list