RFR: 8255909: Remove unused delayed_value methods
Coleen Phillimore
coleenp at openjdk.java.net
Thu Nov 5 00:08:55 UTC 2020
On Wed, 4 Nov 2020 22:12:29 GMT, Claes Redestad <redestad 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.
Wow, this seems to be code left over from sparc. Looks good, and trivial if it builds.
-------------
Marked as reviewed by coleenp (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/1065
More information about the hotspot-compiler-dev
mailing list