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

[packager] -native image generates all bundlers

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P3
    • 9
    • 9
    • deploy

    Description

      This code should be changed:

                      if (genPackages) {
                          deployParams.setBundleType(BundleType.NATIVE); <-- here
                          deployParams.validate();
                          packager.generateDeploymentPackages(deployParams);
                      }

      if "-native image" is passed in then BundleType.NATIVE is set and should remain. Fix that.

      Attachments

        Activity

          People

            cbensen Chris Bensen (Inactive)
            cbensen Chris Bensen (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: