RFR: 8255909: Remove unused delayed_value methods
Claes Redestad
redestad at openjdk.java.net
Thu Nov 5 08:39:54 UTC 2020
On Wed, 4 Nov 2020 23:44:33 GMT, Yumin Qi <minqi at openjdk.org> wrote:
>> Usage of and definitions of Assembler::delayed_value have been removed, but declarations linger along with various platform specific definitions of delayed_value_impl (all of which areunused)
>>
>> Clean up and remove.
>>
>> Untested on arm/aarch/ppc/s390, but as there are no mentions of delayed_value in the repository after this cleanup this is hopefully OK.
>
> Looks good to me.
@yminqi @coleenp @TobiHartmann - thanks you for reviews!
-------------
PR: https://git.openjdk.java.net/jdk/pull/1065
More information about the hotspot-compiler-dev
mailing list