mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 01:54:47 +02:00
8226222: [JVMCI] Export AArch64 field VM_Version::_psr_info.dczid_el0
Reviewed-by: kvn
This commit is contained in:
parent
da39f4ff6e
commit
42cb79a91f
2 changed files with 4 additions and 3 deletions
|
@ -691,10 +691,10 @@
|
|||
|
||||
#endif
|
||||
|
||||
// AARCH64 is defined in closed port, too. TARGET_ARCH_aarch64 is not.
|
||||
#ifdef TARGET_ARCH_aarch64
|
||||
#ifdef AARCH64
|
||||
|
||||
#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) \
|
||||
static_field(VM_Version, _psr_info.dczid_el0, uint32_t) \
|
||||
volatile_nonstatic_field(JavaFrameAnchor, _last_Java_fp, intptr_t*)
|
||||
|
||||
#define VM_INT_CONSTANTS_CPU(declare_constant, declare_preprocessor_constant, declare_c1_constant, declare_c2_constant, declare_c2_preprocessor_constant) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue