8253015: Aarch64: Move linux code out from generic CPU feature detection

Reviewed-by: aph
This commit is contained in:
Anton Kozlov 2020-09-28 13:52:10 +00:00 committed by Andrew Haley
parent 16b8c39964
commit ec9bee6866
7 changed files with 219 additions and 208 deletions

View file

@ -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) \