hotspot/src/os_cpu/windows_x86/vm/os_windows_x86.hpp
changeset 19952 bc974e92f881
parent 13963 e5b53c306fb5
child 22234 da823d78ad65
equal deleted inserted replaced
19951:cece69b005c0 19952:bc974e92f881
    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