comparison src/os_cpu/windows_x86/vm/vmStructs_windows_x86.hpp @ 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 91bf7da5c609
comparison
equal deleted inserted replaced
6093:960a442eae91 6094:df84b4a3ebcb
41 /* This must be the last entry, and must be present */ \ 41 /* This must be the last entry, and must be present */ \
42 last_entry() 42 last_entry()
43 43
44 #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) \ 44 #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) \
45 \ 45 \
46 declare_unsigned_integer_type(OSThread::thread_id_t) \
46 /* This must be the last entry, and must be present */ \ 47 /* This must be the last entry, and must be present */ \
47 last_entry() 48 last_entry()
48 49
49 #define VM_INT_CONSTANTS_OS_CPU(declare_constant, declare_preprocessor_constant, declare_c1_constant, declare_c2_constant, declare_c2_preprocessor_constant, last_entry) \ 50 #define VM_INT_CONSTANTS_OS_CPU(declare_constant, declare_preprocessor_constant, declare_c1_constant, declare_c2_constant, declare_c2_preprocessor_constant, last_entry) \
50 \ 51 \