Java JDK 12, there are not many new API features. Most
enhancements are internal Java/JVM improvements, but there is one new Java
feature (JEP) for us, developers.
Below is a list of all features included in Java 12 (from Oracle blog):
- JEP 189: Shenandoah: A Low-Pause-Time Garbage Collector (Experimental)
- JEP 230: Micro benchmark Suite
- JEP 325: Switch Expressions
- JEP 326: Raw String Literals (dropped from JDK 12 release)
- JEP 334: JVM Constants API
- JEP 340: One AArch64 Port, Not Two
- JEP 341: Default CDS Archives
- JEP 344: Abortable Mixed Collections for G1
- JEP 346: Promptly Return Unused Committed Memory from G1
This
article on its new address: https://metebalci.com/blog/what-is-new-in-java-12/
0 comments:
Post a Comment