GraalVMRuntime
class GraalVMRuntime(val version: Version? = resolveVersion(), val variant: String? = resolveVariant()) : HostRuntime
Implementation of the HostRuntime information for GraalVM-based engines.
A GraalVM Runtime has two known variants: "native", when running from a Native Image, and "jvm", when running on a regular GraalVM JDK.
When running in JVM mode, the version is resolved from the host JDK, while on a Native Image, the version is translated from the current SubstrateVM release.