< prev index next >

src/os/windows/vm/windbghelp.hpp

Print this page
rev 13549 : 8185712: [windows] Improve native symbol decoder
Reviewed-by: goetz, zgu

*** 64,73 **** --- 64,76 ---- // Print one liner describing state (if library loaded, which functions are // missing - if any, and the dbhelp API version) void print_state_on(outputStream* st); + // Call at DLL_PROCESS_ATTACH. + void pre_initialize(); + }; #endif // OS_WINDOWS_VM_DBGHELPLOADER_HPP
< prev index next >