src/os_cpu/linux_zero/vm/vmStructs_linux_zero.hpp

changeset 4426
91bf7da5c609
parent 2314
f95d63e2154a
child 6198
55fb97c4c58d
     1.1 --- a/src/os_cpu/linux_zero/vm/vmStructs_linux_zero.hpp	Thu Jan 10 17:38:20 2013 -0500
     1.2 +++ b/src/os_cpu/linux_zero/vm/vmStructs_linux_zero.hpp	Thu Jan 10 17:06:26 2013 -0800
     1.3 @@ -30,21 +30,12 @@
     1.4  // constants required by the Serviceability Agent. This file is
     1.5  // referenced by vmStructs.cpp.
     1.6  
     1.7 -#define VM_STRUCTS_OS_CPU(nonstatic_field, static_field, unchecked_nonstatic_field, volatile_nonstatic_field, nonproduct_nonstatic_field, c2_nonstatic_field, unchecked_c1_static_field, unchecked_c2_static_field, last_entry) \
     1.8 -  /* This must be the last entry, and must be present */                \
     1.9 -  last_entry()
    1.10 +#define VM_STRUCTS_OS_CPU(nonstatic_field, static_field, unchecked_nonstatic_field, volatile_nonstatic_field, nonproduct_nonstatic_field, c2_nonstatic_field, unchecked_c1_static_field, unchecked_c2_static_field)
    1.11  
    1.12 +#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)
    1.13  
    1.14 -#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) \
    1.15 -  /* This must be the last entry, and must be present */                \
    1.16 -  last_entry()
    1.17 +#define VM_INT_CONSTANTS_OS_CPU(declare_constant, declare_preprocessor_constant, declare_c1_constant, declare_c2_constant, declare_c2_preprocessor_constant)
    1.18  
    1.19 -#define VM_INT_CONSTANTS_OS_CPU(declare_constant, declare_preprocessor_constant, declare_c1_constant, declare_c2_constant, declare_c2_preprocessor_constant, last_entry) \
    1.20 -  /* This must be the last entry, and must be present */                \
    1.21 -  last_entry()
    1.22 -
    1.23 -#define VM_LONG_CONSTANTS_OS_CPU(declare_constant, declare_preprocessor_constant, declare_c1_constant, declare_c2_constant, declare_c2_preprocessor_constant, last_entry) \
    1.24 -  /* This must be the last entry, and must be present */                \
    1.25 -  last_entry()
    1.26 +#define VM_LONG_CONSTANTS_OS_CPU(declare_constant, declare_preprocessor_constant, declare_c1_constant, declare_c2_constant, declare_c2_preprocessor_constant)
    1.27  
    1.28  #endif // OS_CPU_LINUX_ZERO_VM_VMSTRUCTS_LINUX_ZERO_HPP

mercurial