hotspot/src/os/windows/vm/globals_windows.hpp
changeset 38273 2634194d7555
parent 31371 311143309e73
child 39117 59fa99a45873
--- a/hotspot/src/os/windows/vm/globals_windows.hpp	Tue May 10 14:26:31 2016 +0000
+++ b/hotspot/src/os/windows/vm/globals_windows.hpp	Tue May 10 12:10:21 2016 -0500
@@ -28,7 +28,15 @@
 //
 // Defines Windows 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, UseUTCFileTimestamp, true,                               \
           "Adjust the timestamp returned from stat() to be UTC")