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

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

XMLWordPrintable

    • b97

        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.

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

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

                Created:
                Updated:
                Resolved: