RFR: 8370176: Mixed mode jhsdb jstack cannot unwind call stack with -Xcomp [v9]
Yasumasa Suenaga
ysuenaga at openjdk.org
Wed Oct 29 02:16:03 UTC 2025
On Wed, 29 Oct 2025 01:51:15 GMT, Chris Plummer <cjplummer at openjdk.org> wrote:
>> Yasumasa Suenaga has updated the pull request incrementally with one additional commit since the last revision:
>>
>> TestJhsdbJstackMixedWithXComp.java should be run on Linux AMD64 only
>
> test/hotspot/jtreg/serviceability/sa/TestJhsdbJstackMixedWithXComp.java line 63:
>
>> 61: System.err.println(out.getStderr());
>> 62:
>> 63: out.stderrShouldBeEmptyIgnoreDeprecatedWarnings();
>
> I might want you to change this to stderrShouldBeEmptyIgnoreVMWarnings(). We have issues with our internal testing when using -XX:+UseLargePages that sometimes results in a VM warning on stderr that causes this (and some other tests) to fail. We are still deciding on the best approach to fixing this, but I think the solution is most likely to be switching to stderrShouldBeEmptyIgnoreDeprecatedWarnings(). Hopefully I'll know within the next day.
Ok, I will update with the right way. Let me know what should I do when you know.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/27885#discussion_r2471545778
More information about the serviceability-dev
mailing list