< prev index next >

src/os/windows/vm/globals_windows.hpp

Print this page
rev 13529 : 8185712: [windows] Improve native symbol decoder
Reviewed-by:

@@ -38,11 +38,14 @@
                          range, \
                          constraint, \
                          writeable) \
                                                                          \
   product(bool, UseUTCFileTimestamp, true,                               \
-          "Adjust the timestamp returned from stat() to be UTC")
+          "Adjust the timestamp returned from stat() to be UTC")         \
+                                                                         \
+  diagnostic(bool, InitializeDbgHelpEarly, false,                        \
+          "Initializes dbghelp.dll at VM startup.")                      \
 
 
 //
 // Defines Windows-specific default values. The flags are available on all
 // platforms, but they may have different default values on other platforms.
< prev index next >