RFR: 8151829: [JVMCI] incorrect documentation about jvmci.compiler property
Christian Thalinger
christian.thalinger at oracle.com
Thu Mar 17 20:54:49 UTC 2016
Thanks!
> On Mar 17, 2016, at 10:14 AM, Vladimir Kozlov <vladimir.kozlov at oracle.com> wrote:
>
> Good.
>
> Thanks,
> Vladimir
>
> On 3/17/16 10:36 AM, Christian Thalinger wrote:
>> 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.javaWed Mar 16 10:45:43 2016 +0100
>> +++ b/src/jdk.vm.ci/share/classes/jdk.vm.ci.runtime/src/jdk/vm/ci/runtime/JVMCICompilerFactory.javaThu 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();
>>
>>
>>
More information about the hotspot-compiler-dev
mailing list