On Thu, 9 May 2024 23:53:02 GMT, Jaikiran Pai <j...@openjdk.org> wrote:

> Hello @sendaoYan, the `vm.flagless` isn't meant for situations like these 
> (where we don't spawn any processes within the test). For skipping tests when 
> `-Xcomp` is enabled (which we have done for some other test cases in the 
> past), you can use `@requires vm.compMode != "Xcomp"`

@jaikiran Thanks for the advice. The `@requires` has been changed from 
`vm.flagless` to `vm.compMode != "Xcomp"` in this PR.

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

PR Comment: https://git.openjdk.org/jdk/pull/19159#issuecomment-2103683700

Reply via email to