enable link-time section-gc for linux to remove unused code

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • 15
    • Affects Version/s: 15
    • Component/s: infrastructure
    • None
    • b08
    • generic
    • linux

      gcc and ld support enabling "garbage collection" of unused input sections.
      This can be used to eliminate unused coding from native libraries (especially when already compiling the objects with compiler flags -ffunction-sections -fdata-sections .
      See for details the --gc-sections and --print-gc-sections parts of the ld documentation :

      https://linux.die.net/man/1/ld

      The change will enable link-time section-gc for linux , except linux s390x which has been enabled already with JDK-8234525 ..

            Assignee:
            Matthias Baesken
            Reporter:
            Matthias Baesken
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: