hotspot/src/cpu/x86/vm/stubGenerator_x86_64.cpp
changeset 11190 d561d41f241a
parent 10565 dc90c239f4ec
child 11194 ee1235a09fc3
--- a/hotspot/src/cpu/x86/vm/stubGenerator_x86_64.cpp	Mon Nov 14 18:38:03 2011 -0800
+++ b/hotspot/src/cpu/x86/vm/stubGenerator_x86_64.cpp	Wed Nov 16 01:39:50 2011 -0800
@@ -1268,7 +1268,7 @@
            __ subptr(end, start); // number of bytes to copy
 
           intptr_t disp = (intptr_t) ct->byte_map_base;
-          if (__ is_simm32(disp)) {
+          if (Assembler::is_simm32(disp)) {
             Address cardtable(noreg, noreg, Address::no_scale, disp);
             __ lea(scratch, cardtable);
           } else {