hotspot/src/share/vm/opto/matcher.hpp
changeset 33065 55892792936f
parent 30300 4b12a5b40064
child 34162 16b54851eaf6
--- a/hotspot/src/share/vm/opto/matcher.hpp	Wed Sep 16 20:33:16 2015 +0200
+++ b/hotspot/src/share/vm/opto/matcher.hpp	Wed Sep 16 13:16:17 2015 -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(int default_pressure_threshold);
+
   // Used to determine if we have fast l2f conversion
   // USII has it, USIII doesn't
   static const bool convL2FSupported(void);