hotspot/src/share/vm/opto/matcher.hpp
changeset 5025 05adc9b8f96a
parent 4566 b363f6ef4068
child 5698 091095915ee6
child 5547 f4b087cbb361
--- a/hotspot/src/share/vm/opto/matcher.hpp	Thu Feb 18 15:05:10 2010 -0800
+++ b/hotspot/src/share/vm/opto/matcher.hpp	Fri Feb 19 10:04:16 2010 -0800
@@ -373,8 +373,8 @@
   // to implement the UseStrictFP mode.
   static const bool strict_fp_requires_explicit_rounding;
 
-  // Do floats take an entire double register or just half?
-  static const bool float_in_double;
+  // Are floats conerted to double when stored to stack during deoptimization?
+  static bool float_in_double();
   // Do ints take an entire long register or just half?
   static const bool int_in_long;