RFR: 8151829: [JVMCI] incorrect documentation about jvmci.compiler property
Christian Thalinger
christian.thalinger at oracle.com
Thu Mar 17 17:36:24 UTC 2016
https://bugs.openjdk.java.net/browse/JDK-8151829 <https://bugs.openjdk.java.net/browse/JDK-8151829>
As part of JDK-8151470, the sentence about the jvmci.compiler property in JVMCICompilerFactory should have been removed since it is a) wrong and b) an implementation detail pertaining to the HotSpot implementation of this interface.
diff -r 3256d4204291 src/jdk.vm.ci/share/classes/jdk.vm.ci.runtime/src/jdk/vm/ci/runtime/JVMCICompilerFactory.java
--- a/src/jdk.vm.ci/share/classes/jdk.vm.ci.runtime/src/jdk/vm/ci/runtime/JVMCICompilerFactory.java Wed Mar 16 10:45:43 2016 +0100
+++ b/src/jdk.vm.ci/share/classes/jdk.vm.ci.runtime/src/jdk/vm/ci/runtime/JVMCICompilerFactory.java Thu Mar 17 07:35:18 2016 -1000
@@ -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();
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/attachments/20160317/9a108bb0/attachment-0001.html>
More information about the hotspot-compiler-dev
mailing list