< prev index next >

src/hotspot/cpu/aarch64/aarch64.ad

Print this page

        

*** 3663,3673 **** // implement the UseStrictFP mode. const bool Matcher::strict_fp_requires_explicit_rounding = false; // Are floats converted to double when stored to stack during // deoptimization? ! bool Matcher::float_in_double() { return true; } // Do ints take an entire long register or just half? // The relevant question is how the int is callee-saved: // the whole long is written but de-opt'ing will have to extract // the relevant 32 bits. --- 3663,3673 ---- // implement the UseStrictFP mode. const bool Matcher::strict_fp_requires_explicit_rounding = false; // Are floats converted to double when stored to stack during // deoptimization? ! bool Matcher::float_in_double() { return false; } // Do ints take an entire long register or just half? // The relevant question is how the int is callee-saved: // the whole long is written but de-opt'ing will have to extract // the relevant 32 bits.
< prev index next >