8226222: [JVMCI] Export AArch64 field VM_Version::_psr_info.dczid_el0
Reviewed-by: kvn
This commit is contained in:
parent
da39f4ff6e
commit
42cb79a91f
src/hotspot/share/jvmci
@ -308,7 +308,8 @@ jobjectArray readConfiguration0(JNIEnv *env, JVMCI_TRAPS) {
|
||||
BOXED_BOOLEAN(box, *(jbyte*) vmField.address);
|
||||
assert(box.is_non_null(), "must have a box");
|
||||
} else if (strcmp(vmField.typeString, "int") == 0 ||
|
||||
strcmp(vmField.typeString, "jint") == 0) {
|
||||
strcmp(vmField.typeString, "jint") == 0 ||
|
||||
strcmp(vmField.typeString, "uint32_t") == 0) {
|
||||
BOXED_LONG(box, *(jint*) vmField.address);
|
||||
assert(box.is_non_null(), "must have a box");
|
||||
} else if (strcmp(vmField.typeString, "uint64_t") == 0) {
|
||||
|
@ -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…
x
Reference in New Issue
Block a user