Class | Description |
---|---|
JVMCIClassLoaderFactory |
Utility called from the VM to create and register a separate class loader for loading JVMCI
classes (i.e., those in found in lib/jvmci/*.jar).
|
Services |
An mechanism for accessing service providers via JVMCI.
|
Annotation Type | Description |
---|---|
ServiceProvider |
Annotates a service provider than can be loaded via Services.load(Class) or
Services.loadSingle(Class, boolean) . |