Java 10 – Thread-local Handshake
This topic is about Java 10 - Thread-local Handshake. JEP 312 - Thread-Local Handshakes In JDK 10, a new option is introduced for JVM as -XX:ThreadLocalHandshakes. This options works only for…
This topic is about Java 10 - Thread-local Handshake. JEP 312 - Thread-Local Handshakes In JDK 10, a new option is introduced for JVM as -XX:ThreadLocalHandshakes. This options works only for…
This topic is about Java 10 - Root Certificate. JEP 319 - Root Certificates Cacerts store, prior to Java 10 is an empty set. It is required to contain a…
This topic is about Java 10 - Consolidated JDK Forest. JEP 296 - Consolidated JDK Forest as Single Repository In JDK 9, there are eight module based directories termed as…
This topic is about Java 10 - Heap Allocation. JEP 316 - Heap Allocation on Alternative Memory Devices With this enhancement in Java 10, now user can specify an alternative…
This topic is about Java 10 - Locale Enhancements. JEP 314 - Unicode Language-Tag Extensions Java 7 introduced support for BCP 47 Language tags. But this unicode locale extensions was limited to…
This topic is about Java 10 - Enhanced Garbage Collection. JEP 304 - Garbage-Collector Interface Before Java 10, GC (Garbage Collector) implementation components were scattered within code base and were…
This topic is about Java 10 - Class-Data sharing. JEP 310 − Application Class-Data Sharing When JVM starts it loads the classes in memory as a preliminary step. In case…
This toppic is about Java 10 - JIT Compiler. JEP 317 − Experimental Java-Based JIT Compiler JIT compiler is written in C++ and is used to convert Java into Byte…
This topic is about Java 10 - Deprecated Features & Options. JDK 10 release has deprecated several APIs, features and Options from Java library. Following is the relevant details. SNMP…
This topic is about Java 10 - Removed Features & Options. JDK 10 release has removed several deprecated APIs, features and Options from Java library. Following is the relevant details.…