hotspot/src/cpu/ppc/vm/globals_ppc.hpp
changeset 38273 2634194d7555
parent 36554 a7eb9ee4680c
child 38931 3cf28d630349
--- a/hotspot/src/cpu/ppc/vm/globals_ppc.hpp	Tue May 10 14:26:31 2016 +0000
+++ b/hotspot/src/cpu/ppc/vm/globals_ppc.hpp	Tue May 10 12:10:21 2016 -0500
@@ -79,7 +79,14 @@
 define_pd_global(intx, InitArrayShortSize, 8*BytesPerLong);
 
 // Platform dependent flag handling: flags only defined on this platform.
-#define ARCH_FLAGS(develop, product, diagnostic, experimental, notproduct, range, constraint)  \
+#define ARCH_FLAGS(develop, \
+                   product, \
+                   diagnostic, \
+                   experimental, \
+                   notproduct, \
+                   range, \
+                   constraint, \
+                   writeable)  \
                                                                             \
   /* Load poll address from thread. This is used to implement per-thread */ \
   /* safepoints on platforms != IA64. */                                    \