mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
8341776: Remove unused enum values from LambdaForm$Kind
Reviewed-by: liach
This commit is contained in:
parent
3bba0f3dc8
commit
d10eecf161
1 changed files with 0 additions and 4 deletions
|
@ -301,12 +301,8 @@ class LambdaForm {
|
||||||
PUT_DOUBLE_VOLATILE("putDoubleVolatile"),
|
PUT_DOUBLE_VOLATILE("putDoubleVolatile"),
|
||||||
TRY_FINALLY("tryFinally"),
|
TRY_FINALLY("tryFinally"),
|
||||||
TABLE_SWITCH("tableSwitch"),
|
TABLE_SWITCH("tableSwitch"),
|
||||||
COLLECT("collect"),
|
|
||||||
COLLECTOR("collector"),
|
COLLECTOR("collector"),
|
||||||
CONVERT("convert"),
|
|
||||||
SPREAD("spread"),
|
|
||||||
LOOP("loop"),
|
LOOP("loop"),
|
||||||
FIELD("field"),
|
|
||||||
GUARD("guard"),
|
GUARD("guard"),
|
||||||
GUARD_WITH_CATCH("guardWithCatch"),
|
GUARD_WITH_CATCH("guardWithCatch"),
|
||||||
VARHANDLE_EXACT_INVOKER("VH.exactInvoker"),
|
VARHANDLE_EXACT_INVOKER("VH.exactInvoker"),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue