Top Description Interfaces Classes
module jdk.internal.vm.ci

Package jdk.vm.ci.runtime


The core runtime interface of the JVMCI API.

Interface Summary

Modifier and TypeInterface and Description
public interface
public interface
JVMCICompilerFactory

Factory for creating JVMCI compilers.

public interface
JVMCIRuntime

Interface for accessing the JVMCI APIs supported by the runtime.

Class Summary

Modifier and TypeClass and Description
public class
public class
JVMCIBackend

A JVMCI backend encapsulates the capabilities needed by a Java based compiler for compiling and installing code for a single compute unit within a JVM.