< prev index next >

src/hotspot/os/windows/windbghelp.hpp

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

@@ -64,10 +64,13 @@
 
   // 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 >