# HG changeset patch # User bobv # Date 1488296689 18000 # Node ID d84f1eba438e2f982a2ae05eed5f743fd2fd6e83 # Parent 501b6d07e6ddf42899ae989e5a541d724a832e8b 8175567: Build of hotspot for arm-vfp-sflt fails Reviewed-by: kvn, cjplummer diff -r 501b6d07e6dd -r d84f1eba438e hotspot/src/share/vm/c1/c1_LIR.hpp --- a/hotspot/src/share/vm/c1/c1_LIR.hpp Thu Feb 23 18:57:10 2017 +0100 +++ b/hotspot/src/share/vm/c1/c1_LIR.hpp Tue Feb 28 10:44:49 2017 -0500 @@ -613,7 +613,7 @@ // Platform dependant. static LIR_Opr double_fpu(int reg1, int reg2 = -1 /*fnoreg*/); -#ifdef __SOFTFP__ +#ifdef ARM32 static LIR_Opr single_softfp(int reg) { return (LIR_Opr)(intptr_t)((reg << LIR_OprDesc::reg1_shift) | LIR_OprDesc::float_type | @@ -627,7 +627,7 @@ LIR_OprDesc::cpu_register | LIR_OprDesc::double_size); } -#endif // __SOFTFP__ +#endif // ARM32 #if defined(X86) static LIR_Opr single_xmm(int reg) {