public interface HotSpotBackendFactory
Modifier and Type | Method and Description |
---|---|
HotSpotBackend |
createBackend(HotSpotGraalRuntimeProvider runtime,
JVMCIBackend jvmciBackend,
HotSpotBackend host) |
String |
getArchitecture()
Gets the CPU architecture of this backend.
|
String |
getGraalRuntimeName()
Gets the name of the
JVMCIRuntime in which the backend created
by this factory should be used. |
HotSpotBackend createBackend(HotSpotGraalRuntimeProvider runtime, JVMCIBackend jvmciBackend, HotSpotBackend host)
String getArchitecture()
String getGraalRuntimeName()
JVMCIRuntime
in which the backend created
by this factory should be used.