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

MR jar API validator doesn't detect change if module becomes open

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P3 P3
    • tbd
    • 9
    • tools
    • jar

      Create two modules, compile and put them in base and v10 directories respectively
      module A { }
      open module A { }

      create MR jar
      jar cf file.jar -C base module-info.class,
                      --release 10 -C v10 module-info.class

      jar tool exits successfully.

            psandoz Paul Sandoz
            anazarov Andrey Nazarov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: