mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 18:44:38 +02:00
8151829: [JVMCI] incorrect documentation about jvmci.compiler property
Reviewed-by: kvn
This commit is contained in:
parent
66afd81176
commit
99a06be405
1 changed files with 1 additions and 2 deletions
|
@ -28,8 +28,7 @@ package jdk.vm.ci.runtime;
|
|||
public interface JVMCICompilerFactory {
|
||||
|
||||
/**
|
||||
* Get the name of this compiler. The compiler will be selected when the jvmci.compiler system
|
||||
* property is equal to this name.
|
||||
* Get the name of this compiler.
|
||||
*/
|
||||
String getCompilerName();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue