< prev index next >

src/os/windows/vm/globals_windows.hpp

Print this page
rev 13549 : 8185712: [windows] Improve native symbol decoder
Reviewed-by:
rev 13550 : [mq]: 8185712-windows-improve-native-symbol-resolver-2

*** 38,52 **** 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. // --- 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. //
< prev index next >