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

Package jdk.vm.ci.services


The service related portions of the JVMCI API.

Annotation Summary

Modifier and TypeAnnotation and Description
pack-priv @interface
SuppressFBWarnings

Used to suppress FindBugs warnings.

pack-priv @interface
VMEntryPoint

Marker interface for methods which are called from the JVM.

Class Summary

Modifier and TypeClass and Description
public class
JVMCIPermission

This class represents the permission to access JVMCI services.

public abstract class
JVMCIServiceLocator

Service-provider class for the runtime to locate providers of JVMCI services where the latter are not in packages exported by the JVMCI module.

public class
Services

Provides utilities needed by JVMCI clients.

pack-priv class
SystemProperties

Unmodifiable map for storing system properties read from native memory whose values have their string representation constructed on first access.