Modifier and Type | Method and Description |
---|---|
public JVMCICompiler | |
public String | |
public default void | onSelection()
Notifies this object that it has been selected to create a compiler and it should now perform any heavy weight initialization that it deferred during construction. |
public default void | printProperties(PrintStream
where to print the message out)Prints a description of the properties used to configure this compiler. |
createCompiler | back to summary |
---|---|
public JVMCICompiler createCompiler(JVMCIRuntime runtime) Create a new instance of a |
getCompilerName | back to summary |
---|---|
public String getCompilerName() Get the name of this compiler. The name is used by JVMCI to determine which factory to use. |
onSelection | back to summary |
---|---|
public default void onSelection() Notifies this object that it has been selected to create a compiler and it should now perform any heavy weight initialization that it deferred during construction. |
printProperties | back to summary |
---|---|
public default void printProperties(PrintStream out) Prints a description of the properties used to configure this compiler.
|