7171422: Change 7161732 breaks SA on Windows
authorrbackman
Thu, 24 May 2012 13:37:47 +0200
changeset 12766 53c56b38245b
parent 12765 3e1b42265329
child 12768 8a0c0a310e25
child 12769 cb477f996afd
7171422: Change 7161732 breaks SA on Windows Reviewed-by: dholmes, sla
hotspot/src/os_cpu/windows_x86/vm/vmStructs_windows_x86.hpp
--- a/hotspot/src/os_cpu/windows_x86/vm/vmStructs_windows_x86.hpp	Tue May 22 10:11:53 2012 +0200
+++ b/hotspot/src/os_cpu/windows_x86/vm/vmStructs_windows_x86.hpp	Thu May 24 13:37:47 2012 +0200
@@ -43,6 +43,7 @@
 
 #define VM_TYPES_OS_CPU(declare_type, declare_toplevel_type, declare_oop_type, declare_integer_type, declare_unsigned_integer_type, declare_c1_toplevel_type, declare_c2_type, declare_c2_toplevel_type, last_entry) \
                                                                           \
+  declare_unsigned_integer_type(OSThread::thread_id_t)                    \
   /* This must be the last entry, and must be present */                  \
   last_entry()