8341776: Remove unused enum values from LambdaForm$Kind
Reviewed-by: liach
This commit is contained in:
parent
3bba0f3dc8
commit
d10eecf161
@ -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"),
|
||||
|
Loading…
Reference in New Issue
Block a user