< prev index next >
src/os/windows/vm/globals_windows.hpp
Print this page
rev 13529 : 8185712: [windows] Improve native symbol decoder
Reviewed-by:
*** 38,48 ****
range, \
constraint, \
writeable) \
\
product(bool, UseUTCFileTimestamp, true, \
! "Adjust the timestamp returned from stat() to be UTC")
//
// Defines Windows-specific default values. The flags are available on all
// platforms, but they may have different default values on other platforms.
--- 38,51 ----
range, \
constraint, \
writeable) \
\
product(bool, UseUTCFileTimestamp, true, \
! "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 >