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

Add --with-debug-symbols=[none|internal|external|zipped]

    XMLWordPrintable

Details

    • b97

    Backports

      Description

        We should add a new, high-level configure option --with-debug-symbols, which can be set to none, internal, external or zipped.

        none = no debug symbols
        internal = all debug symbols, not stripped
        external = all debug symbols, copied into external debuginfo files and (most of it) stripped from the binaries
        zipped = like external, but with debuginfo files zipped (FDS, full debug symbols) -- this will be default.

        This in turn will control the build mechanisms needed to reach the requested goal.

        Attachments

          1. jdk9-dev.patch
            2 kB
          2. jdk.patch
            0.6 kB
          3. hotspot.patch
            8 kB

          Issue Links

            Activity

              People

                ysuenaga Yasumasa Suenaga
                ysuenaga Yasumasa Suenaga
                Votes:
                0 Vote for this issue
                Watchers:
                8 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved: