hotspot/src/cpu/x86/vm/globals_x86.hpp
changeset 38273 2634194d7555
parent 38018 1dc6c6f21231
child 40926 2fd1cf3e70e9
--- a/hotspot/src/cpu/x86/vm/globals_x86.hpp	Tue May 10 14:26:31 2016 +0000
+++ b/hotspot/src/cpu/x86/vm/globals_x86.hpp	Tue May 10 12:10:21 2016 -0500
@@ -99,7 +99,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) \
                                                                             \
   develop(bool, IEEEPrecision, true,                                        \
           "Enables IEEE precision (for INTEL only)")                        \