Java 10: Unified JDK Forest Repository
JEP 296 - Consolidated JDK Forest as Single Repository
In JDK 9, there are eight module based directories termed as repos.
root
corba
hotspot
jaxp
jaxws
jdk
langtools
nashorn
Code is organized like −
$ROOT/jdk/src/java.base ... $ROOT/langtools/src/java.compiler ...
Java 10 onwards, JDK forests are organized into single repository to streamline development. Now code in organized as -
$ROOT/src/java.base $ROOT/src/java.compiler ...
Java
- Understanding Java: JDK, JRE, and JVM Explained
- Master Java Operators: Types, Syntax, & Practical Examples
- Java Comments: Types, Usage, and Best Practices
- Mastering Java's super Keyword: Advanced Usage & Practical Examples
- Mastering Java Interfaces: Concepts, Implementation, and Best Practices
- Mastering Java Try‑with‑Resources: Automatic Resource Management Explained
- Java Annotations Explained: Types, Placement, and Practical Examples
- How to Download and Install Java JDK 8 on Windows 10 (64‑Bit) – Step‑by‑Step Guide
- JDK, JRE, and JVM Explained: Key Differences and How They Work Together
- Java 10: Unified JDK Forest Repository