RFR: 8332006: Test com/sun/net/httpserver/TcpNoDelayNotRequired.java run timeout with -Xcomp
SendaoYan
syan at openjdk.org
Fri May 10 01:26:09 UTC 2024
On Thu, 9 May 2024 23:53:02 GMT, Jaikiran Pai <jpai at 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
More information about the net-dev
mailing list