Search code examples
javabytecode.class-filejvm-bytecode

Java 11 class file specification


I am trying to find the class file specification for Java 11 in order to find the differences between 11 and 8 LTS versions.

I have found it for Java versions 8, 9 and 10, but not for 11: https://docs.oracle.com/javase/specs/jvms/se8/html/jvms-4.html

I also tried it on the newer OpenJDK site: http://openjdk.java.net/projects/jdk/11/spec/


Solution

  • You can find it here: https://docs.oracle.com/javase/specs/jvms/se11/html/jvms-4.html

    You can find all specifications on this site: https://docs.oracle.com/javase/specs/index.html