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

Jorn Vernee jvernee at openjdk.org
Wed Dec 7 14:22:15 UTC 2022


On Wed, 7 Dec 2022 14:08:28 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:
> 
>   Cleanup more unused imports. Further code removals.

Marked as reviewed by jvernee (Reviewer).

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

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


More information about the core-libs-dev mailing list