# HG changeset patch # User rbackman # Date 1337859467 -7200 # Node ID df84b4a3ebcb3347038c6dc2c790cc6985ff7e89 # Parent 960a442eae91a0354fb834f9d8d334e3b149f636 7171422: Change 7161732 breaks SA on Windows Reviewed-by: dholmes, sla diff -r 960a442eae91 -r df84b4a3ebcb src/os_cpu/windows_x86/vm/vmStructs_windows_x86.hpp --- 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()