8151829: [JVMCI] incorrect documentation about jvmci.compiler property

Reviewed-by: kvn
This commit is contained in:
Christian Thalinger 2016-03-17 10:55:15 -10:00
parent 66afd81176
commit 99a06be405

View file

@ -28,8 +28,7 @@ package jdk.vm.ci.runtime;
public interface JVMCICompilerFactory { public interface JVMCICompilerFactory {
/** /**
* Get the name of this compiler. The compiler will be selected when the jvmci.compiler system * Get the name of this compiler.
* property is equal to this name.
*/ */
String getCompilerName(); String getCompilerName();