src/share/vm/opto/matcher.hpp

changeset 1709
2883969d09e7
parent 1572
97125851f396
child 1907
c18cbe5936b8
child 1930
3657cb01ffc5
     1.1 --- a/src/share/vm/opto/matcher.hpp	Thu Feb 18 15:05:10 2010 -0800
     1.2 +++ b/src/share/vm/opto/matcher.hpp	Fri Feb 19 10:04:16 2010 -0800
     1.3 @@ -373,8 +373,8 @@
     1.4    // to implement the UseStrictFP mode.
     1.5    static const bool strict_fp_requires_explicit_rounding;
     1.6  
     1.7 -  // Do floats take an entire double register or just half?
     1.8 -  static const bool float_in_double;
     1.9 +  // Are floats conerted to double when stored to stack during deoptimization?
    1.10 +  static bool float_in_double();
    1.11    // Do ints take an entire long register or just half?
    1.12    static const bool int_in_long;
    1.13  

mercurial