Skip to content

add support of Java 18

Remi Forax requested to merge add-support-version-java18 into master

No classfile format change are currently schedule for Java 18, the only change is to add a new version V18.

There are numerous changes/fixes scheduled for Java 18 https://openjdk.java.net/jeps/8267650 but none of them directly concern ASM (perhaps apart re-saying that ACC_SUPER and ACC_STRICT are dead flags)

Merge request reports