Skip to content

fix ASMifier,

Remi Forax requested to merge asmifier-do-not-support-v21-correctly into master

Fix the version map, Map.put is called twice with the key V20 instead of one with V20 and one with V21.

This is something Map.of() detects but we will never use Map.of() given the backward compatibility requirements of ASM.

Edited by Remi Forax

Merge request reports