changeset 55521 | f9a2f93a0c87 |
parent 54582 | 783ddd361177 |
child 57804 | 9b7b9f16dfd9 |
--- a/src/hotspot/cpu/aarch64/vm_version_aarch64.hpp Fri Jun 28 11:26:07 2019 +0100 +++ b/src/hotspot/cpu/aarch64/vm_version_aarch64.hpp Fri Jun 28 17:10:22 2019 +0300 @@ -124,6 +124,7 @@ static int dcache_line_size() { return (1 << ((_psr_info.ctr_el0 >> 16) & 0x0f)) * 4; } + static bool supports_fast_class_init_checks() { return true; } }; #endif // CPU_AARCH64_VM_VERSION_AARCH64_HPP