Integrated: 8336491: Unnecessary boxing conversions in void-returning lambdas
Liam Miller-Cushon
cushon at openjdk.org
Mon Jul 22 17:28:40 UTC 2024
On Wed, 17 Jul 2024 19:09:49 GMT, Liam Miller-Cushon <cushon at openjdk.org> wrote:
> Please consider this possible fix for [JDK-8336491](https://bugs.openjdk.org/browse/JDK-8336491), which avoids generating an unnecessary boxing conversion for the result of void-returning expression lambdas.
This pull request has now been integrated.
Changeset: 31a85f17
Author: Liam Miller-Cushon <cushon at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/31a85f17440ca0d791f694d670119ba8adc1ba7f
Stats: 69 lines in 2 files changed: 69 ins; 0 del; 0 mod
8336491: Unnecessary boxing conversions in void-returning lambdas
Reviewed-by: mcimadamore
-------------
PR: https://git.openjdk.org/jdk/pull/20222
More information about the compiler-dev
mailing list