Java 9 Finally Appears
Written by Kay Ewbank   
Thursday, 21 September 2017

Java SE version 9 is finally released today, following what have seemed like endless delays. The main change to the new version is support for modules, aka Jigsaw..  

The most recent delay, at a point where the release was imminent, was to give the Java Expert Group time to get Project Jigsaw back into the mix. It is this feature that provides a way for Java programmers to write code consisting of independent modules. It defines a standard module system for the Java platform and has been used to modularize the platform itself and applications. Jigsaw, along with Lambda and Coin, was originally intended to be in Java 7 and all three of these were held over to be in Java 8.

It has proved to be a major cause of dissent among the members of the JCP Executive Committee (EC), especially the Java Platform Module System. Back in May, the JCP Executive committee rejected the inclusion of Project Jigsaw and therefore modules as being too disruptive for developers. The main voters against the inclusion (Red Hat and IBM) either have or back alternative module systems.

Now it is finally here, the module support will, it is hoped, reduce the size and complexity of both Java applications and the core Java runtime.

The division of JDK into modules means developers can combine the JDK's modules into a variety of configurations, including:

  • Configurations corresponding to the JRE and the JDK

  • Configurations roughly equivalent in content to each of the Compact Profiles defined in Java SE 8

  • Custom configurations that contain only a specified set of modules and their required modules

The move to modules also restructures the JDK and JRE runtime images to accommodate modules. The hope is that this will improve performance, security, and maintainability. The change also makes most of the JDK's internal APIs inaccessible by default but leaves a few critical, widely used internal APIs accessible until supported replacements exist for all or most of their functionality.

One point to note is that since the intention is that Java 8 will continue to be supported until 2022, it is still perfectly viable to continue using Java 8 until the dust settles around Java 9.

jdk

More Information

OpenJDK JDK Page

Related Articles

Java 9 Slips Again

No Vote For Java Module System

JDK 9 Release Slips Again 

JDK Delivery Date Update

Jigsaw In JDK

JDK 9 Update

JDK 9 Early Access Now Available

Java JDK 9 Proposals

Jigsaw Shelved Until Java 9

Java 8 Launched With Supporting Line-Up

To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.

 

Banner


Couchbase's Coding Assistant Goes GA
11/03/2024

Capella iQ, the AI coding assistant for developers that makes interacting with Couchbase using natural language possible, has gone from private beta to being generally available.



Flox Releases Flox Hub
13/03/2024

Flox has announced that its Command Line Interface (CLI) and FloxHub are now generally available. The CLI is open source and FloxHub is free for anyone to use.


More News

 

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info

Last Updated ( Thursday, 21 September 2017 )