hotspot/src/share/vm/memory/generation.hpp
changeset 29474 81a5c5330d08
parent 28031 10aec24d2b61
child 29800 fa5f7a2bf717
--- a/hotspot/src/share/vm/memory/generation.hpp	Fri Mar 06 04:58:52 2015 -0800
+++ b/hotspot/src/share/vm/memory/generation.hpp	Tue Feb 24 17:23:53 2015 -0500
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1997, 2014, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2015, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -139,7 +139,7 @@
     // 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
   };