mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +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
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue