RFR: 8356447: Change default for EagerJVMCI to true [v2]
Doug Simon
dnsimon at openjdk.org
Tue May 13 15:53:53 UTC 2025
On Tue, 13 May 2025 15:30:03 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
> @dougxc please remind me. Is it true that with current libgraal no Java code is executed when it is initialized? Or you still have calls into core library?
There are still some calls to `CompilerToVM.lookupType` during libgraal initialization but I think all the types it looks up will already be resolved so will not require Java code execution.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/25121#issuecomment-2877051478
More information about the graal-dev
mailing list