RFR: 8270321: Startup regressions in 18-b5 caused by JDK-8266310

Alan Bateman alanb at openjdk.java.net
Sun Jul 25 14:11:12 UTC 2021


On Sun, 25 Jul 2021 12:06:49 GMT, Sergey Chernyshev <github.com+6394632+sercher at 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


More information about the core-libs-dev mailing list