Skip navigation links

Package jdk.internal.jvmci.code

Package that defines the interface between a Java application that wants to install code and the runtime.

See: Description

Package jdk.internal.jvmci.code Description

Package that defines the interface between a Java application that wants to install code and the runtime. The runtime provides in implementation of the CodeCacheProvider interface. The method CodeCacheProvider.addMethod(jdk.internal.jvmci.meta.ResolvedJavaMethod, CompilationResult, jdk.internal.jvmci.meta.SpeculationLog, InstalledCode) can be used to install code for a given method.
Skip navigation links