src/cpu/x86/vm/c1_FrameMap_x86.hpp

changeset 4164
d804e148cff8
parent 4153
b9a9ed0f8eeb
parent 4159
8e47bac5643a
child 5694
7944aba7ba41
     1.1 --- a/src/cpu/x86/vm/c1_FrameMap_x86.hpp	Tue Oct 09 10:09:34 2012 -0700
     1.2 +++ b/src/cpu/x86/vm/c1_FrameMap_x86.hpp	Fri Oct 12 09:22:52 2012 -0700
     1.3 @@ -148,7 +148,7 @@
     1.4  
     1.5    static int adjust_reg_range(int range) {
     1.6      // Reduce the number of available regs (to free r12) in case of compressed oops
     1.7 -    if (UseCompressedOops) return range - 1;
     1.8 +    if (UseCompressedOops || UseCompressedKlassPointers) return range - 1;
     1.9      return range;
    1.10    }
    1.11  

mercurial