[jdk21u-dev] RFR: 8330846: Add stacks of mounted virtual threads to the HotSpot thread dump
Jiawei Tang
jwtang at openjdk.org
Mon Nov 18 07:25:47 UTC 2024
On Thu, 7 Nov 2024 13:20:38 GMT, Goetz Lindenmaier <goetz at openjdk.org> wrote:
>> I have two reasons to backport 8330846.
>> 1. When run the jtreg test `test/jdk/jdk/jfr/event/runtime/TestThreadDumpEvent.java` with the option `-testThreadFactory:Virtual`, it will fail because of the loss of `TestThreadDumpEvent.main` in the result.
>> 2. It helps developers to have a better view of their programs.
>
> Hi @jia-wei-tang,
> what about follow-up JDK-8334215, is this needed also?
> Removing the label in the meantime.
@GoeLin Hi, Should I backport JDK-8334215 in the same pr or create a new on after this merged? JDK-8330846 is the base of JDK-8334215, so I think both of them should be backported.
-------------
PR Comment: https://git.openjdk.org/jdk21u-dev/pull/1129#issuecomment-2482139699
More information about the jdk-updates-dev
mailing list