# HG changeset patch # User twisti # Date 1458248115 36000 # Node ID d5e40c6674441c4a28e844e55959e7120445c2fc # Parent a0e7d10f44372e558dddcad13b9a580306c928f5 8151829: [JVMCI] incorrect documentation about jvmci.compiler property Reviewed-by: kvn diff -r a0e7d10f4437 -r d5e40c667444 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();