hotspot/src/cpu/sparc/vm/sparc.ad
changeset 5025 05adc9b8f96a
parent 4589 2621c7da5a88
child 5251 f86f7a86d761
--- a/hotspot/src/cpu/sparc/vm/sparc.ad	Thu Feb 18 15:05:10 2010 -0800
+++ b/hotspot/src/cpu/sparc/vm/sparc.ad	Fri Feb 19 10:04:16 2010 -0800
@@ -1803,8 +1803,9 @@
 // to implement the UseStrictFP mode.
 const bool Matcher::strict_fp_requires_explicit_rounding = false;
 
-// Do floats take an entire double register or just half?
-const bool Matcher::float_in_double = false;
+// Are floats conerted to double when stored to stack during deoptimization?
+// Sparc does not handle callee-save floats.
+bool Matcher::float_in_double() { return false; }
 
 // Do ints take an entire long register or just half?
 // Note that we if-def off of _LP64.