Modifier and Type | Method and Description |
---|---|
static Object |
command(Object cmd)
Low level interface to the JIT compiler.
|
static boolean |
compileClass(Class<?> classToCompile)
Compiles the class using the JIT compiler.
|
static boolean |
compileClasses(String nameRoot)
Compiles all classes whose name matches the argument
using the JIT compiler.
|
static void |
disable()
Disable the JIT compiler
|
static void |
enable()
Enable the JIT compiler
|
public static Object command(Object cmd)
cmd
- Object
a command for the JIT compilerpublic static boolean compileClass(Class<?> classToCompile)
classToCompile
- java.lang.Class
the class to JIT compilepublic static boolean compileClasses(String nameRoot)
nameRoot
- String
the string to match against class namespublic static void disable()
public static void enable()
Eclipse OpenJ9 website.
To raise a bug report or suggest an improvement create an Eclipse OpenJ9 issue.
Copyright © 1993, 2025 IBM Corp. and others.