Actions
Java9 Support » History » Revision 6
« Previous |
Revision 6/14
(diff)
| Next »
Henning Blohm, 01.01.2018 14:26
Java 9 Support¶
Supporting the Java 9 Language¶
We integrate ECJ version 4.7.2 from the download link below. Java 9 is fully supported since 4.7.1a (New and Noteworthy 4.7.1a)
We support a new LangLevel.JAVA9 and derive all compiler settings accordingly.
Supporting the Module System¶
The Java 9 module system provides for module level package exports and cross-module dependencies. As such it does not contradict the class loading delegation model but rather adds a dimension to it: Layers
TBC
How Java 9 integrates with Z2 Class Loading¶
TBC
Summary¶
Updated by Henning Blohm almost 7 years ago · 6 revisions