hotspot/src/cpu/x86/vm/x86_32.ad
changeset 8868 1bae515b806b
parent 8494 4258c78226d9
child 9135 f76543993e9d
--- a/hotspot/src/cpu/x86/vm/x86_32.ad	Fri Mar 25 18:19:22 2011 -0400
+++ b/hotspot/src/cpu/x86/vm/x86_32.ad	Fri Mar 25 09:35:39 2011 +0100
@@ -1393,6 +1393,10 @@
 // registers?  True for Intel but false for most RISCs
 const bool Matcher::clone_shift_expressions = true;
 
+// Do we need to mask the count passed to shift instructions or does
+// the cpu only look at the lower 5/6 bits anyway?
+const bool Matcher::need_masked_shift_count = false;
+
 bool Matcher::narrow_oop_use_complex_address() {
   ShouldNotCallThis();
   return true;