Disable os::processor_id for arm64

Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
This commit is contained in:
Jeremy Huddleston Sequoia 2020-03-25 11:56:08 -07:00
parent c54e9c76ee
commit 53ee6ff7fd

View File

@ -3235,7 +3235,7 @@ int os::active_processor_count() {
return _processor_count;
}
#ifdef __APPLE__
#if defined(__APPLE__) && !defined(__arm64__)
uint os::processor_id() {
// Get the initial APIC id and return the associated processor id. The initial APIC
// id is limited to 8-bits, which means we can have at most 256 unique APIC ids. If