src/share/vm/opto/matcher.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File 6910664 Cdiff src/share/vm/opto/matcher.hpp

src/share/vm/opto/matcher.hpp

Print this page

        

*** 371,382 **** // Advertise here if the CPU requires explicit rounding operations // 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; // Do ints take an entire long register or just half? static const bool int_in_long; // This routine is run whenever a graph fails to match. // If it returns, the compiler should bailout to interpreter without error. --- 371,382 ---- // Advertise here if the CPU requires explicit rounding operations // to implement the UseStrictFP mode. static const bool strict_fp_requires_explicit_rounding; ! // Do floats are 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; // This routine is run whenever a graph fails to match. // If it returns, the compiler should bailout to interpreter without error.
src/share/vm/opto/matcher.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File