diff src/cpu/x86/vm/c1_FrameMap_x86.hpp @ 12226:7944aba7ba41

8015107: NPG: Use consistent naming for metaspace concepts Reviewed-by: coleenp, mgerdin, hseigel
author ehelin
date Mon, 12 Aug 2013 17:37:02 +0200
parents d804e148cff8
children de6a9e811145
line wrap: on
line diff
--- a/src/cpu/x86/vm/c1_FrameMap_x86.hpp	Fri Sep 06 11:11:19 2013 -0700
+++ b/src/cpu/x86/vm/c1_FrameMap_x86.hpp	Mon Aug 12 17:37:02 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;
   }