hotspot/src/os_cpu/windows_x86/vm/os_windows_x86.hpp
changeset 35077 8b86440d3bf1
parent 27691 733f189ad1f7
equal deleted inserted replaced
35076:14858721b3b3 35077:8b86440d3bf1
    64 
    64 
    65   static bool      register_code_area(char *low, char *high);
    65   static bool      register_code_area(char *low, char *high);
    66 
    66 
    67 #ifdef AMD64
    67 #ifdef AMD64
    68 #define PLATFORM_PRINT_NATIVE_STACK 1
    68 #define PLATFORM_PRINT_NATIVE_STACK 1
    69 static bool platform_print_native_stack(outputStream* st, void* context,
    69 static bool platform_print_native_stack(outputStream* st, const void* context,
    70                                         char *buf, int buf_size);
    70                                         char *buf, int buf_size);
    71 #endif
    71 #endif
    72 
    72 
    73 #endif // OS_CPU_WINDOWS_X86_VM_OS_WINDOWS_X86_HPP
    73 #endif // OS_CPU_WINDOWS_X86_VM_OS_WINDOWS_X86_HPP