RFR: 8255909: Remove unused delayed_value methods

Claes Redestad redestad at openjdk.java.net
Wed Nov 4 22:43:03 UTC 2020


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.

-------------

Commit messages:
 - Remove unused delayed_value methods

Changes: https://git.openjdk.java.net/jdk/pull/1065/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=1065&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8255909
  Stats: 181 lines in 15 files changed: 0 ins; 181 del; 0 mod
  Patch: https://git.openjdk.java.net/jdk/pull/1065.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/1065/head:pull/1065

PR: https://git.openjdk.java.net/jdk/pull/1065


More information about the hotspot-compiler-dev mailing list