mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8150561: [AArch64] JVMCI improvements
Reviewed-by: kvn
This commit is contained in:
parent
98d969d374
commit
88575c5de7
6 changed files with 28 additions and 8 deletions
|
@ -592,6 +592,14 @@
|
|||
#endif // TARGET_OS_FAMILY_bsd
|
||||
|
||||
|
||||
#ifdef TARGET_ARCH_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) \
|
||||
volatile_nonstatic_field(JavaFrameAnchor, _last_Java_fp, intptr_t*)
|
||||
|
||||
#endif // TARGET_ARCH_aarch64
|
||||
|
||||
|
||||
#ifdef TARGET_ARCH_x86
|
||||
|
||||
#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) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue