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

Doug Simon dnsimon at openjdk.org
Wed Jul 5 13:07:02 UTC 2023


On Wed, 5 Jul 2023 12:02:06 GMT, David Holmes <dholmes at openjdk.org> wrote:

>> 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.

Yep, that sounds like a good idea. I assume that can be done in a follow up issue so I can now proceed to mach5 test and then merge this PR?

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

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


More information about the hotspot-dev mailing list