On Tue, 2 May 2023 05:48:47 GMT, Jaikiran Pai <j...@openjdk.org> wrote:
> The test was problem listed only in `-Xcomp` but it wasn't clear why this > issue would affect only `-Xcomp`, but then reading through the JBS issue, I > can see that this failure was reproduced even without `-Xcomp` after the > problem listing was done. Right, not specific to -Xcomp, it's more about the test runs in agentvm mode so it's possible to get interference from tests that ran previously in the same VM. ------------- PR Comment: https://git.openjdk.org/jdk/pull/13738#issuecomment-1531003740