Update ASM usage to ASM9

Bug: 233029164
Test: EXPERIMENTAL_TARGET_JAVA_VERSION_17=true \
      EXPERIMENTAL_USE_OPENJDK17_TOOLCHAIN=true m
Change-Id: If534878b3880352ca6afea3d0cd5229e98e302bc
This commit is contained in:
Sorin Basca
2022-05-24 12:20:01 +01:00
parent b284c36224
commit aca5300cd4

View File

@@ -20,7 +20,7 @@ import java.util.List;
public class Utils {
public static final int ASM_VERSION = Opcodes.ASM7;
public static final int ASM_VERSION = Opcodes.ASM9;
/**
* Reads a comma separated configuration similar to the Jack definition.