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

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 15
    • 15
    • 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 ..

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

              Created:
              Updated:
              Resolved: