hotspot/src/share/vm/jvmci/vmStructs_jvmci.cpp
changeset 36329 06727ae6971e
parent 36080 3bde85c47627
child 36555 4f37fd7a5a09
equal deleted inserted replaced
36328:f627026bc04a 36329:06727ae6971e
   588 
   588 
   589 #define VM_ADDRESSES_OS(declare_address, declare_preprocessor_address, declare_function) \
   589 #define VM_ADDRESSES_OS(declare_address, declare_preprocessor_address, declare_function) \
   590   declare_preprocessor_address("RTLD_DEFAULT", RTLD_DEFAULT)
   590   declare_preprocessor_address("RTLD_DEFAULT", RTLD_DEFAULT)
   591 
   591 
   592 #endif // TARGET_OS_FAMILY_bsd
   592 #endif // TARGET_OS_FAMILY_bsd
       
   593 
       
   594 
       
   595 #ifdef TARGET_ARCH_aarch64
       
   596 
       
   597 #define VM_STRUCTS_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) \
       
   598   volatile_nonstatic_field(JavaFrameAnchor, _last_Java_fp, intptr_t*)
       
   599 
       
   600 #endif // TARGET_ARCH_aarch64
   593 
   601 
   594 
   602 
   595 #ifdef TARGET_ARCH_x86
   603 #ifdef TARGET_ARCH_x86
   596 
   604 
   597 #define VM_STRUCTS_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) \
   605 #define VM_STRUCTS_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) \