< prev index next >

src/share/vm/memory/generation.hpp

Print this page

        

@@ -143,11 +143,11 @@
   enum SomePublicConstants {
     // Generations are GenGrain-aligned and have size that are multiples of
     // GenGrain.
     // Note: on ARM we add 1 bit for card_table_base to be properly aligned
     // (we expect its low byte to be zero - see implementation of post_barrier)
-    LogOfGenGrain = 16 ARM_ONLY(+1),
+    LogOfGenGrain = 16 ARM32_ONLY(+1),
     GenGrain = 1 << LogOfGenGrain
   };
 
   // allocate and initialize ("weak") refs processing support
   virtual void ref_processor_init();
< prev index next >