RFR: 8332006: Test com/sun/net/httpserver/TcpNoDelayNotRequired.java run timeout with -Xcomp [v2]
duke
duke at openjdk.org
Mon Jul 1 08:12:32 UTC 2024
On Fri, 10 May 2024 01:22:17 GMT, SendaoYan <syan at openjdk.org> wrote:
>> Hi,
>> The testcase TcpNoDelayNotRequired.java run timeout with -Xcomp jvm options. With -Xcomp jvm options, the jvm consumes a lot of time to compile the java code, but the timeout value is set to 5 second.
>>
>> I think it has 3 methods to solve this timeout issue.
>>
>> 1. Change timeout value from 5 to 60 or more.
>> 2. Problemlist this testcase in `test/hotspot/jtreg/ProblemList-Xcomp.txt`
>> 3. Set this testcase `@requires vm.compMode != "Xcomp"`, so this testcase will be skiped when set jvm options -`Xcomp` or `-Xcomp -XX:TieredStopAtLevel=1`
>>
>> Maybe the 3rd method seems more reasonable.
>
> SendaoYan has updated the pull request incrementally with one additional commit since the last revision:
>
> change "@requires vm.flagless" to "@requires vm.compMode != \"Xcomp\""
@sendaoYan
Your change (at version eadbf641c2c26bc5cf7b2352faa6bca35efe245f) is now ready to be sponsored by a Committer.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/19159#issuecomment-2104136624
More information about the net-dev
mailing list