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

JavaFX shared libraries not stripped on Linux or macOS

XMLWordPrintable

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

        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.

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

                Created:
                Updated:
                Resolved: