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

JavaFX shared libraries not stripped on Linux or macOS

    XMLWordPrintable

Details

    • Bug
    • Status: Resolved
    • P3
    • Resolution: Fixed
    • jfx11, 8, jfx17
    • jfx18
    • javafx

    Backports

      Description

        The JavaFX shared libraries on Linux (.so files) and macOS (.dylib files) include local symbols, even for Release builds. The build should stripped local symbols from the .so or .dylib files when building with "gradle -PCONF=Release".

        This can be done by running "strip -x" on the shared libraries after linking.

        Attachments

          Issue Links

            Activity

              People

                kcr Kevin Rushforth
                kcr Kevin Rushforth
                Votes:
                0 Vote for this issue
                Watchers:
                5 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved: