diff src/cpu/x86/vm/c1_FrameMap_x86.hpp @ 12355:cefad50507d8

Merge with hs25-b53
author Gilles Duboscq <duboscq@ssw.jku.at>
date Fri, 11 Oct 2013 10:38:03 +0200
parents 7944aba7ba41
children de6a9e811145
line wrap: on
line diff
--- a/src/cpu/x86/vm/c1_FrameMap_x86.hpp	Thu Oct 10 18:26:22 2013 +0200
+++ b/src/cpu/x86/vm/c1_FrameMap_x86.hpp	Fri Oct 11 10:38:03 2013 +0200
@@ -148,7 +148,7 @@
 
   static int adjust_reg_range(int range) {
     // Reduce the number of available regs (to free r12) in case of compressed oops
-    if (UseCompressedOops || UseCompressedKlassPointers) return range - 1;
+    if (UseCompressedOops || UseCompressedClassPointers) return range - 1;
     return range;
   }