RFR: JDK-8316691: Heap dump: separate stack traces for mounted virtual threads
Alex Menkov
amenkov at openjdk.org
Wed Sep 27 22:47:27 UTC 2023
On Wed, 27 Sep 2023 07:25:50 GMT, Alan Bateman <alanb at openjdk.org> wrote:
> Is there anything to tell you which carrier thread is associated with which mounted VThread?
No (at least for now).
I'm not sure if we need this information in heap dump (and if we need a way to differentiate platform(carrier)/virtual threads).
If we need it, we can introduce new record type ((outside of HPROF_HEAP_DUMP record) for this later (new record type should not break existing hprof readers/parsers)
-------------
PR Comment: https://git.openjdk.org/jdk/pull/15869#issuecomment-1738203784
More information about the hotspot-runtime-dev
mailing list