Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8311541

JavaThread::print_jni_stack doesn't support native stacks on all platforms

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P3 P3
    • 22
    • 8u381, 11.0.20, 17.0.8, 21, 22
    • hotspot
    • b07

      JDK-8295974 modified print_jni_stack to print the native stack when there are no Java frames. To do that it used VMError::print_native_stack, however that function is only for platforms that support stack-walking by following frames, on other platforms (i.e. Windows and AIX) we need to use os::platform_print_native_stack.

            dholmes David Holmes
            dholmes David Holmes
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: