Project Jigsaw aims to design and implement a standard module system for the Java SE platform. It was released as part of Java 9.
Project Jigsaw is a sub-project of OpenJDK that aims to provide a standard module system for the Java SE platform. Originally targetted at Java 7 it was postponed first to Java 8 and more recently to Java 9.
Originally the scope of the project was to provide modularisation for the JDK itself. This scope has been expanded to make the module system part of the Java Platform.
The Jigsaw project is closely related to the Penrose Project that is looking at interoperability between Jigsaw and OSGi.