A series of Java Enhancement Proposals (JEPs) has been published on OpenJDK concerning the next major update (Java 9). Previous rumors about Java 9 features haven't had very much weight, nor particularly interesting new features, but this new feature list is packed with developer favorites that the community has been requesting for many years.
These features include:
- A light-weight JSON API — which is a source of great speculation right now about how truly useful this feature will be (as proposed by the community process).
- A HTTP 2 Client — for HTTP 2.0 and websockets.
- Process API Improvements — to improve the API for controlling and managing OS processes.
- Improved contended locking —for increasing performance between threads.
- Segmented Code Cache — to improved execution time for complicated benchmarks.
- Smart Java Compilation (Part 2) — Makes the sjavac tool available in the default JDK.
- Modular Source Code — organizes JDK source code into modules.
Many people have commented about how long the Java community has been waiting for a dedicated JSON API to clean up that whole mess—and performance improvements are always welcome here. The HTTP 2 client was some expected, but the updated sjavac compiler seems very interesting.
Hearing anything substantive about Java 9 this soon after Java 8 is a pretty big deal—and maybe (just maybe) JDK 9 could be on time this time, right? Well... I don't know about that. Certainly that's a lot of speculation about if Oracle will be able to meet their 2016 goal for Java 9, considering the huge delays they had with JDK 8. Sticking by the 2016 goal could mean only two years of development time, and that leaves plenty of people with very reasonable doubts.
No comments:
Post a Comment