RFR: 8193513: add support for printing a stack trace on class loading [v7]

David Holmes dholmes at openjdk.org
Wed Jul 5 12:04:57 UTC 2023


On Wed, 5 Jul 2023 10:00:26 GMT, Doug Simon <dnsimon at openjdk.org> wrote:

>> I'm also investigating the details of the stack printing code - use of `os::platform_print_native_stack` is very inconsistent.
>
> I was under the impression that the only way to get native stack printing on windows is with `os::platform_print_native_stack`. I'm trying to set up a Windows machine to test this assumption now.

It seems it is. I was not aware of that. So I need to fix `JavaThread::print_jni_stack`, and more generally consolidate this stack printing code.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/14553#discussion_r1253004943


More information about the hotspot-dev mailing list