changeset 12671:d6a0fe7ae0e8

8175567: Build of hotspot for arm-vfp-sflt fails Reviewed-by: kvn, cjplummer
author bobv
date Tue, 28 Feb 2017 10:44:49 -0500
parents 606c35b6fac5
children 63266bb9c7d4
files src/share/vm/c1/c1_LIR.hpp
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/vm/c1/c1_LIR.hpp	Thu Feb 23 18:57:10 2017 +0100
+++ b/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) {