OpenJDK / jdk / hs
changeset 44899:0ad72b76a0da
8178968: AArch64: Remove non-standard code cache size
Reviewed-by: roland
author | aph |
---|---|
date | Wed, 19 Apr 2017 16:41:27 +0100 |
parents | f113ce12fe24 |
children | 58233549abef |
files | hotspot/src/cpu/aarch64/vm/globalDefinitions_aarch64.hpp |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/hotspot/src/cpu/aarch64/vm/globalDefinitions_aarch64.hpp Wed Jul 05 23:13:48 2017 +0200 +++ b/hotspot/src/cpu/aarch64/vm/globalDefinitions_aarch64.hpp Wed Apr 19 16:41:27 2017 +0100 @@ -34,10 +34,6 @@ #define SUPPORTS_NATIVE_CX8 -// The maximum B/BL offset range on AArch64 is 128MB. -#undef CODE_CACHE_DEFAULT_LIMIT -#define CODE_CACHE_DEFAULT_LIMIT (128*M) - // According to the ARMv8 ARM, "Concurrent modification and execution // of instructions can lead to the resulting instruction performing // any behavior that can be achieved by executing any sequence of