8341776: Remove unused enum values from LambdaForm$Kind

Reviewed-by: liach
This commit is contained in:
Claes Redestad 2024-10-22 13:51:42 +00:00
parent 3bba0f3dc8
commit d10eecf161

View File

@ -301,12 +301,8 @@ class LambdaForm {
PUT_DOUBLE_VOLATILE("putDoubleVolatile"),
TRY_FINALLY("tryFinally"),
TABLE_SWITCH("tableSwitch"),
COLLECT("collect"),
COLLECTOR("collector"),
CONVERT("convert"),
SPREAD("spread"),
LOOP("loop"),
FIELD("field"),
GUARD("guard"),
GUARD_WITH_CATCH("guardWithCatch"),
VARHANDLE_EXACT_INVOKER("VH.exactInvoker"),