--- old/src/share/vm/opto/matcher.hpp 2015-09-14 20:02:52.509076100 -0700 +++ new/src/share/vm/opto/matcher.hpp 2015-09-14 20:02:52.306276100 -0700 @@ -269,6 +269,9 @@ // should generate this one. static const bool match_rule_supported(int opcode); + // Some uarchs have different sized float register resources + static const int float_pressure_scale(void); + // Used to determine if we have fast l2f conversion // USII has it, USIII doesn't static const bool convL2FSupported(void);