mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8264288: Performance issue with MethodHandle.asCollector
Reviewed-by: jrose, vlivanov
This commit is contained in:
parent
920189918e
commit
b7baca7f32
10 changed files with 197 additions and 358 deletions
|
@ -315,6 +315,7 @@ class LambdaForm {
|
|||
PUT_DOUBLE_VOLATILE("putDoubleVolatile"),
|
||||
TRY_FINALLY("tryFinally"),
|
||||
COLLECT("collect"),
|
||||
COLLECTOR("collector"),
|
||||
CONVERT("convert"),
|
||||
SPREAD("spread"),
|
||||
LOOP("loop"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue