mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 17:44:40 +02:00
8253015: Aarch64: Move linux code out from generic CPU feature detection
Reviewed-by: aph
This commit is contained in:
parent
16b8c39964
commit
ec9bee6866
7 changed files with 219 additions and 208 deletions
|
@ -724,7 +724,7 @@
|
|||
#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) \
|
||||
static_field(VM_Version, _zva_length, int) \
|
||||
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