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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user