In current jdk8 community master branch. Default value of ReservedCodeCacheSize on aarch64 systems is 128m while on all other architectures, the value is 240m.
This difference may cause performance issues due to code cache full.
This patch set ReservedCodeCacheSize on aarch64 to 240m, the same as other architectures.
In current jdk8 community master branch. Default value of ReservedCodeCacheSize on aarch64 systems is 128m while on all other architectures, the value is 240m. This difference may cause performance issues due to code cache full. This patch set ReservedCodeCacheSize on aarch64 to 240m, the same as other architectures.