hotspot/src/cpu/ppc/vm/ppc.ad
changeset 33065 55892792936f
parent 32082 2a3323e25de1
child 33628 09241459a8b8
child 33743 e21d93a9e062
--- a/hotspot/src/cpu/ppc/vm/ppc.ad	Wed Sep 16 20:33:16 2015 +0200
+++ b/hotspot/src/cpu/ppc/vm/ppc.ad	Wed Sep 16 13:16:17 2015 -0700
@@ -2064,6 +2064,10 @@
   return true;  // Per default match rules are supported.
 }
 
+const int Matcher::float_pressure(int default_pressure_threshold) {
+  return default_pressure_threshold;
+}
+
 int Matcher::regnum_to_fpu_offset(int regnum) {
   // No user for this method?
   Unimplemented();