hotspot/src/os/linux/vm/globals_linux.hpp
changeset 38273 2634194d7555
parent 35884 ec439aaca107
child 39117 59fa99a45873
--- a/hotspot/src/os/linux/vm/globals_linux.hpp	Tue May 10 14:26:31 2016 +0000
+++ b/hotspot/src/os/linux/vm/globals_linux.hpp	Tue May 10 12:10:21 2016 -0500
@@ -28,7 +28,15 @@
 //
 // Defines Linux specific flags. They are not available on other platforms.
 //
-#define RUNTIME_OS_FLAGS(develop, develop_pd, product, product_pd, diagnostic, notproduct, range, constraint) \
+#define RUNTIME_OS_FLAGS(develop, \
+                         develop_pd, \
+                         product, \
+                         product_pd, \
+                         diagnostic, \
+                         notproduct, \
+                         range, \
+                         constraint, \
+                         writeable) \
                                                                         \
   product(bool, UseOprofile, false,                                     \
         "enable support for Oprofile profiler")                         \