RFR (trivial): 8216423: Remove FillDelaySlots
Claes Redestad
claes.redestad at oracle.com
Wed Jan 9 14:41:00 UTC 2019
Thanks, Tobias!
/Claes
On 2019-01-09 15:17, Tobias Hartmann wrote:
> Hi Claes,
>
> looks good.
>
> Best regards,
> Tobias
>
> On 09.01.19 15:20, Claes Redestad wrote:
>> Hi,
>>
>> remove unused and unimplemented flag FillDelaySlots (not to be
>> confused with LIRFillDelaySlots).
>>
>> Bug: https://bugs.openjdk.java.net/browse/JDK-8216423
>> Patch:
>>
>> diff -r 48d09a9f4d2b src/hotspot/share/runtime/globals.hpp
>> --- a/src/hotspot/share/runtime/globals.hpp Tue Jan 08 10:29:02 2019 -0500
>> +++ b/src/hotspot/share/runtime/globals.hpp Wed Jan 09 15:09:26 2019 +0100
>> @@ -1330,9 +1330,6 @@
>> develop(bool, TypeProfileCasts, true, \
>> "treat casts like calls for purposes of type profiling") \
>>
>> \
>> - develop(bool, FillDelaySlots, true, \
>> - "Fill delay slots (on SPARC only)") \
>> - \
>> develop(bool, TimeLivenessAnalysis, false, \
>> "Time computation of bytecode liveness analysis") \
>>
>> \
>>
>>
>> Thanks!
>>
>> /Claes
More information about the hotspot-compiler-dev
mailing list