src/cpu/x86/vm/x86_32.ad

changeset 4159
8e47bac5643a
parent 4106
7eca5de9e0b6
child 4160
f6badecb7ea7
     1.1 --- a/src/cpu/x86/vm/x86_32.ad	Mon Oct 08 17:04:00 2012 -0700
     1.2 +++ b/src/cpu/x86/vm/x86_32.ad	Tue Oct 09 10:11:38 2012 +0200
     1.3 @@ -1424,6 +1424,11 @@
     1.4    return true;
     1.5  }
     1.6  
     1.7 +bool Matcher::narrow_klass_use_complex_address() {
     1.8 +  ShouldNotCallThis();
     1.9 +  return true;
    1.10 +}
    1.11 +
    1.12  
    1.13  // Is it better to copy float constants, or load them directly from memory?
    1.14  // Intel can load a float constant from a direct address, requiring no

mercurial