JDK-8173370 : MR jar API validator doesn't detect change if module becomes open
  • Type: Bug
  • Component: tools
  • Sub-Component: jar
  • Affected Version: 9
  • Priority: P3
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2017-01-25
  • Updated: 2018-09-11
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
tbdUnresolved
Related Reports
Cloners :  
Description
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.
Comments
Please uncomment the test once issue get fixed http://hg.openjdk.java.net/jdk9/dev/jdk/rev/f5f50c8d8714#l1.132
26-01-2017