Uses of Interface
org.adoptopenjdk.jitwatch.process.runtime.IRuntime
-
Packages that use IRuntime Package Description org.adoptopenjdk.jitwatch.jvmlang org.adoptopenjdk.jitwatch.process.runtime org.adoptopenjdk.jitwatch.sandbox -
-
Uses of IRuntime in org.adoptopenjdk.jitwatch.jvmlang
Methods in org.adoptopenjdk.jitwatch.jvmlang that return IRuntime Modifier and Type Method Description IRuntimeLanguageManager. getRuntime(java.lang.String vmLanguage, java.lang.String languageHomeDir) -
Uses of IRuntime in org.adoptopenjdk.jitwatch.process.runtime
Classes in org.adoptopenjdk.jitwatch.process.runtime that implement IRuntime Modifier and Type Class Description classRuntimeGroovyclassRuntimeJavaclassRuntimeJavaScriptclassRuntimeJRubyclassRuntimeKotlinclassRuntimeScala -
Uses of IRuntime in org.adoptopenjdk.jitwatch.sandbox
Methods in org.adoptopenjdk.jitwatch.sandbox with parameters of type IRuntime Modifier and Type Method Description private booleanSandbox. executeClass(java.lang.String fqClassName, IRuntime runtime, boolean intelMode)
-