Differences of components missing from OpenJDK-17 (Eclipse Temurin) which was present in OracleJDK-11 [closed]

The Java Version Almanac javaalmanac.io provides comparisons between different Java versions of the things that have been added or removed to the system library: see Java 17 vs. Java 11.

See also the release notes of removed features and options of Java 12 to 17:

Please also note the Strongly Encapsulate JDK Internals (JEP 396 and JEP 403): when using reflection, Java 17 is more restrictive than Java 11.

Leave a Comment