hotspot/src/cpu/sparc/vm/globals_sparc.hpp
changeset 38273 2634194d7555
parent 36554 a7eb9ee4680c
child 39390 edf6a424a8b7
--- a/hotspot/src/cpu/sparc/vm/globals_sparc.hpp	Tue May 10 14:26:31 2016 +0000
+++ b/hotspot/src/cpu/sparc/vm/globals_sparc.hpp	Tue May 10 12:10:21 2016 -0500
@@ -92,7 +92,14 @@
 
 define_pd_global(intx, InitArrayShortSize, 8*BytesPerLong);
 
-#define ARCH_FLAGS(develop, product, diagnostic, experimental, notproduct, range, constraint) \
+#define ARCH_FLAGS(develop, \
+                   product, \
+                   diagnostic, \
+                   experimental, \
+                   notproduct, \
+                   range, \
+                   constraint, \
+                   writeable) \
                                                                             \
   product(intx, UseVIS, 99,                                                 \
           "Highest supported VIS instructions set on Sparc")                \