OpenJDK Java 11 Features Overview
Whats new in Java 11 ?
OpenJDK 11 is the open source implementation of the Java Platform Standard Edition and is free to use with General Public License Version 2 ; GPLv2. OpenJDK 11 is the reference implementation of the Java SE 11 Specification. For more details you can refer the official Java SE 11 specification from Java Community Process here - JSR384.
Open JDK source code can be downloaded from Mercurial repository
OpenJDK 11 Download and Installation on Windows
How to install openjdk 11 on windows ?. If you are already familiar with Java Development Kit (JKD) installation, please Go to https://jdk.java.net/ and get your copy of OpenJDK. If you are new to Java, here is quick guide to help you get started OpenJDK Java 11 Download and Installation On Windows
OpenJDK Java 11 features
Here are the list of key OpenJDK Java 11 features for your reference
1 Nest-Based Access Control
2 Dynamic Class-File Constants
3 Improve Aarch64 Intrinsics
4 Epsilon: A No-Op Garbage Collector
5 Remove the Java EE and CORBA Modules
6 HTTP Client (Standard)
7 Local-Variable Syntax for Lambda Parameters
8 Key Agreement with Curve25519 and Curve448
9 Unicode 10
10 Flight Recorder
11 ChaCha20 and Poly1305 Cryptographic Algorithms
12 Launch Single-File Source-Code Programs
13 Low-Overhead Heap Profiling
14 Transport Layer Security (TLS) 1.3
15 ZGC: A Scalable Low-Latency Garbage Collector
(Experimental)
16 Deprecate the Nashorn JavaScript Engine
17 Deprecate the Pack200 Tools and API
OpenJDK Java 11 Open Issues/bugs
All Known Issues and bugs can be tracked here:
OpenJDK 11 bugs/issues