Integrated: 8301306: java/net/httpclient/* fail with -Xcomp

SUN Guoyun duke at openjdk.org
Fri Feb 3 11:59:01 UTC 2023


On Mon, 30 Jan 2023 07:16:17 GMT, SUN Guoyun <duke at openjdk.org> wrote:

> Hi all,
> I think `BackgroundCompilation` should not be set to false when `-Xcomp` be used, which causes the java thread to block for longer, then causing the following tests failed frequently on the AArch64 and LoongArch64 architecture.
> 
> java/net/vthread/HttpALot.java (release -Xcomp)
> java/net/httpclient/ByteArrayPublishers.java (fastdebug -Xcomp)
> java/net/httpclient/ManyRequestsLegacy.java (fastdebug -Xcomp)
> java/net/httpclient/HttpClientLocalAddrTest.java (fastdebug -Xcomp)
> java/net/httpclient/SpecialHeadersTest.java  (fastdebug -Xcomp)
> 
> This PR fix the issue, Please help review it.
> 
> Thanks.

This pull request has now been integrated.

Changeset: 6f9106e0
Author:    sunguoyun <sunguoyun at loongson.cn>
Committer: Jie Fu <jiefu at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/6f9106e0d0d9f082f0a61009f95d1b8663dd8d4f
Stats:     13 lines in 7 files changed: 3 ins; 1 del; 9 mod

8301306: java/net/httpclient/* fail with -Xcomp

Reviewed-by: dfuchs, alanb

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

PR: https://git.openjdk.org/jdk/pull/12282


More information about the net-dev mailing list