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

[AIX] Allow loading of different members of same shared library archive

    XMLWordPrintable

Details

    • 21
    • b21
    • ppc
    • aix

    Backports

      Description

        With JDK-8320890 we introduced the capability not to load shared libraries twice if the application wants to do that. Instead we just rise a ref counter. Unfortunately this also suppresses the loading of a second member of a shared library.
        This fix introduces an additionally stored hash value for each loaded member and only suppresses duplicate loading if the same member is loaded twice.
        If a shared library has no member a hash value of 0 is used to make the code orthogonal.

        Attachments

          Issue Links

            Activity

              People

                jkern Joachim Kern
                jkern Joachim Kern
                Votes:
                0 Vote for this issue
                Watchers:
                3 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved: