JEP 181, JEP 315, and JEP 333 Proposed to Target JDK 11
Three more Java Enhancement Proposals were proposed for targeting JDK 11 today. The three JEPs are JEP 181 ["http://openjdk.java.net/jeps/181"], JEP 315 ["JEP 315: Improve Aarch64 Intrinsics"], and JEP 333 ["JEP 333: ZGC: A Scalable Low-Latency Garbage Collector (Experimental)"]. The targeting of these three JEPs for JDK 11 was announced today on the OpenJDK jdk-dev mailing list in the respective posts " JEP proposed to target JDK 11: 181: Nest-Based Access Control ", " JEP proposed to target JDK 11: 315: Improve Aarch64 Intrinsics ", and " JEP proposed to target JDK 11: 333: ZGC: A Scalable Low-Latency Garbage Collector (Experimental) ". Each JEP proposal is open for roughly one week and, if there are no objections, will be targeted officially to JDK 11 next week. The purpose of JEP 181 is to "introduce nests " and the JEP's "Summary" states that "nests" are significant because they ...