RFR: 8298177: Various java.lang.invoke cleanups [v3]

Jorn Vernee jvernee at openjdk.org
Tue Dec 6 19:26:03 UTC 2022


On Tue, 6 Dec 2022 18:06:36 GMT, Claes Redestad <redestad at openjdk.org> wrote:

>> Various code cleanups around java.lang.invoke code. Started out with dead code removal in `jli.MemberName`, then piled on to fix a set of minor inefficiencies (excessive vararg array allocations, unnecessary defensive cloning of parameter arrays etc).
>
> Claes Redestad has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Fix 8284363, more code removal

Marked as reviewed by jvernee (Reviewer).

-------------

PR: https://git.openjdk.org/jdk/pull/11540


More information about the core-libs-dev mailing list