hotspot/src/os_cpu/windows_x86/vm/os_windows_x86.hpp
changeset 35077 8b86440d3bf1
parent 27691 733f189ad1f7
--- a/hotspot/src/os_cpu/windows_x86/vm/os_windows_x86.hpp	Thu Dec 10 14:22:00 2015 +0100
+++ b/hotspot/src/os_cpu/windows_x86/vm/os_windows_x86.hpp	Mon Dec 14 02:29:11 2015 -0500
@@ -66,7 +66,7 @@
 
 #ifdef AMD64
 #define PLATFORM_PRINT_NATIVE_STACK 1
-static bool platform_print_native_stack(outputStream* st, void* context,
+static bool platform_print_native_stack(outputStream* st, const void* context,
                                         char *buf, int buf_size);
 #endif