On Tue, 31 Jan 2023 07:17:59 GMT, Alan Bateman <al...@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

Reply via email to