changeset 6094:df84b4a3ebcb

7171422: Change 7161732 breaks SA on Windows Reviewed-by: dholmes, sla
author rbackman
date Thu, 24 May 2012 13:37:47 +0200
parents 960a442eae91
children fb8f9ab27c14 cd3a8ab0352b
files src/os_cpu/windows_x86/vm/vmStructs_windows_x86.hpp
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/os_cpu/windows_x86/vm/vmStructs_windows_x86.hpp	Tue May 22 10:11:53 2012 +0200
+++ b/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()