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

We should not create jgss-windows-i586-bin.zip on windows/aarch64

XMLWordPrintable

      In make/ZipSecurity.gmk, this piece of code is currently broken:
        ifeq ($(call isTargetCpu, x86_64), true)
          JGSS_ZIP_NAME = jgss-windows-x64-bin.zip
        else
          JGSS_ZIP_NAME = jgss-windows-i586-bin.zip
        endif

      1) There is no 32-bit windows port anymore, but
      2) there is an aarch64 port.

      The effect of this being missed at both the introduction of aarch64 and removal of x86 is that on aarch64, the file name will be jgss-windows-i586-bin.zip.

      This is clearly incorrect.

            Unassigned Unassigned
            ihse Magnus Ihse Bursie
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: