[15] RFR(T): 8242090: Remove dead code from c1_LIR

Tobias Hartmann tobias.hartmann at oracle.com
Mon Apr 6 06:10:54 UTC 2020



On 03.04.20 16:15, Claes Redestad wrote:
> 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..?

I gave it a quick try but I don't think it's worth sprinkling additional #ifdefs into the enum and
the shared code in c1_LinearScan.cpp. I've simply removed the unused fpop_raw() method:
http://cr.openjdk.java.net/~thartmann/8242090/webrev.02/

Best regards,
Tobias


More information about the hotspot-compiler-dev mailing list