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

NativeLibraryEvent has wrong library name on Linux

XMLWordPrintable

    • jfr
    • b18

        TestNativeLibrariesEvent failed in my Linux environment, here is a sample output of NativeLibraryEvent:
        ```
        Event:jdk.NativeLibrary {
          startTime = 17:44:26.758
          name = "172153071"
          baseAddress = 0x00400000
          topAddress = 0x00401000
        }


        Event:jdk.NativeLibrary {
          startTime = 17:44:26.758
          name = "172153071"
          baseAddress = 0x00600000
          topAddress = 0x00601000
        }


        Event:jdk.NativeLibrary {
          startTime = 17:44:26.758
          name = "172153071"
          baseAddress = 0x00601000
          topAddress = 0x00602000
        }


        Event:jdk.NativeLibrary {
          startTime = 17:44:26.758
          name = "172153696"
          baseAddress = 0x7FFB00000
          topAddress = 0x7FFB50000
        }
        ```

        the name of NativeLibraryEvent is wrong.

              ddong Denghui Dong
              ddong Denghui Dong
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

                Created:
                Updated:
                Resolved: