comparison src/os_cpu/windows_x86/vm/os_windows_x86.hpp @ 12199:38f750491293

8022335: Native stack walk while generating hs_err does not work on Windows x64 Summary: Use WinDbg API StackWalk64() Reviewed-by: zgu, dholmes
author iklam
date Fri, 06 Sep 2013 08:42:42 -0700
parents b9a9ed0f8eeb
children de6a9e811145
comparison
equal deleted inserted replaced
12198:baa7927dfbd2 12199:38f750491293
60 60
61 static jlong rdtsc(); 61 static jlong rdtsc();
62 62
63 static bool register_code_area(char *low, char *high); 63 static bool register_code_area(char *low, char *high);
64 64
65 #ifdef AMD64
66 #define PLATFORM_PRINT_NATIVE_STACK 1
67 static bool platform_print_native_stack(outputStream* st, void* context,
68 char *buf, int buf_size);
69 #endif
70
65 #endif // OS_CPU_WINDOWS_X86_VM_OS_WINDOWS_X86_HPP 71 #endif // OS_CPU_WINDOWS_X86_VM_OS_WINDOWS_X86_HPP