[15] RFR(T): 8242090: Remove dead code from c1_LIR
Claes Redestad
claes.redestad at oracle.com
Fri Apr 3 14:15:22 UTC 2020
On 2020-04-03 16:08, Tobias Hartmann wrote:
> Claes pointed out that lir_word_align is unused as well:
> http://cr.openjdk.java.net/~thartmann/8242090/webrev.01/
Looks good,
lir_fpop_raw also looked unused, but seems to be used on x86_32 only.
I'm not sure it's worth the trouble guarding its use with X86 &&
NOT_LP64..?
/Claes
More information about the hotspot-compiler-dev
mailing list