JDK-8198861 : 13.3: Discuss binary compatibility of splitting a module
  • Type: Enhancement
  • Component: specification
  • Sub-Component: language
  • Affected Version: 9,10
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2018-03-01
  • Updated: 2018-03-01
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
tbd_majorUnresolved
Related Reports
Relates :  
Description
In JLS chapter 13 on binary compatibility, there is a section discussing compatible transformations for packages and modules (https://docs.oracle.com/javase/specs/jls/se9/html/jls-13.html#jls-13.3).

An issue that came before the CSR for review (JDK-8198582) involved moving some types in an existing to a new module that was in turn exported from the original module. This is also a compatible transformation and since it is expected to occur again in the future, it would be reassuring if the transformation were explicitly discussed in JLS chapter 13.