RFR: 8301306: java/net/httpclient/* fail with -Xcomp: java.io.IOException: HTTP/1.1 header parser received no bytes

Vladimir Kozlov kvn at openjdk.org
Tue Jan 31 17:10:14 UTC 2023


On Tue, 31 Jan 2023 07:17:59 GMT, Alan Bateman <alanb at openjdk.org> wrote:

> There was some discussion about these test failures in the JBS issue and I think @sunny868 has accepted that they need to be investigated to see if they are test reliability issues or something else. As always, running tests with -Xcomp can often challenge timeouts and assumption of progress in tests.

Yes, -Xcomp can cause long time execution since it we compile all executed methods. But it should not affect execution unless Java code depends on time itself which it should not do.

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

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


More information about the hotspot-runtime-dev mailing list