RFR: 8305919: java/lang/Thread/virtual/HoldsLock.java#id0 failed, ThreadInfo.getLockInfo() return null

Alan Bateman alanb at openjdk.org
Tue May 2 07:25:28 UTC 2023


On Tue, 2 May 2023 05:48:47 GMT, Jaikiran Pai <jpai at 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


More information about the core-libs-dev mailing list