RFR: 8336284: Test TestClhsdbJstackLock.java/TestJhsdbJstackLock.java fails with -Xcomp after JDK-8335743

SendaoYan syan at openjdk.org
Fri Jul 12 08:30:52 UTC 2024


On Fri, 12 Jul 2024 03:24:42 GMT, SendaoYan <syan at openjdk.org> wrote:

> Hi all,
> Test TestClhsdbJstackLock.java/TestJhsdbJstackLock.java fails with -Xcomp after [JDK-8335743](https://bugs.openjdk.org/browse/JDK-8335743). I think the new failures was testcase bug.
> 
> https://github.com/openjdk/jdk/blob/627a32d6722c92f814c1ddd1c2fdf9a3b28cd655/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/JavaVFrame.java#L112
> Locals are not always available, e.g., compiled native frames have no scope so there are no locals. So the output `- waiting on <no object reference available>` also acceptable.
> 
> The change has been verified by -Xmixed/-Xcomp(c2)/-Xcomp -XX:TieredStopAtLevel=1(c1), only change the testcase, no risk.

Thanks for the sponsor.

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

PR Comment: https://git.openjdk.org/jdk/pull/20151#issuecomment-2225079469


More information about the serviceability-dev mailing list