Skip to content

update to support V15

Remi Forax requested to merge support-java15 into master

Add support of Java 15 bytecode. The only feature that impacts bytecode for 15 is the sealed type (the PermittedSubtypes attribute) which is already supported by ASM8_EXPERIMENTAL

Merge request reports