8151829: [JVMCI] incorrect documentation about jvmci.compiler property
authortwisti
Thu, 17 Mar 2016 10:55:15 -1000
changeset 36804 d5e40c667444
parent 36803 a0e7d10f4437
child 36805 626399e1ebf2
8151829: [JVMCI] incorrect documentation about jvmci.compiler property Reviewed-by: kvn
hotspot/src/jdk.vm.ci/share/classes/jdk.vm.ci.runtime/src/jdk/vm/ci/runtime/JVMCICompilerFactory.java
--- a/hotspot/src/jdk.vm.ci/share/classes/jdk.vm.ci.runtime/src/jdk/vm/ci/runtime/JVMCICompilerFactory.java	Fri Mar 18 09:27:07 2016 +0000
+++ b/hotspot/src/jdk.vm.ci/share/classes/jdk.vm.ci.runtime/src/jdk/vm/ci/runtime/JVMCICompilerFactory.java	Thu Mar 17 10:55:15 2016 -1000
@@ -28,8 +28,7 @@
 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();