On Sun, 25 Jul 2021 12:06:49 GMT, Sergey Chernyshev <github.com+6394632+serc...@openjdk.org> wrote:
> I don't understand your analysis, you are testing the startup time with -Xint > which disable JITs, but there is no mention of -Xint in the bug report. > It's obvious to me that there is a regression with -Xint given that the > lambda creation is using invokedynamic which is only optimizable by JITs. Eric Caspole (the submitter) may be able to share more data but the startup regression looks plausible given that this code executes early in the startup. ------------- PR: https://git.openjdk.java.net/jdk/pull/4893