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

Remove deprecated --bind-services option from jpackage

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P3 P3
    • 16
    • 16
    • tools
    • b06

      in JDK15 the jpackage option --bind-services was deprecated when the more general --jlink-options option was added. We will remove --bind-services option in JDK16.

      since the default for --jlink-options is "--strip-native-commands --strip-debug --no-man-pages --no-header-files"
      using "--bind-services" option (without jlink-options option) is equivalent to using
      --jlink-options "--strip-native-commands --strip-debug --no-man-pages --no-header-files --bind-services"

            herrick Andy Herrick (Inactive)
            kcr Kevin Rushforth
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: