JDK-8231403 : [ppc]: Align ReservedCodeCacheSize default value with other platforms
Type:Bug
Component:hotspot
Sub-Component:compiler
Affected Version:8,9,10,11,12,13,14
Priority:P4
Status:Resolved
Resolution:Fixed
OS:linux,aix
CPU:ppc
Submitted:2019-09-24
Updated:2020-06-01
Resolved:2019-09-30
The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
The said parameter should be trimmed back from 256M to 48M, which is the default on all other platforms. The 256M setting is assumed to be a leftover from the initial contribution effort.
Comments
Fix request (13u, 11u):
Request backport of this ppc only fix to 11u, 13u.
Patch has been active for a while now in jdk/jdk. No issues related to this patch were detected.
Patch applies cleanly to both, 11u and 13u, repositories.
The patch improves the default code cache size for ppc platforms and also improves test results for compiler/codecache/OverflowCodeCacheTest.java and jdk/jfr/event/compiler/TestCodeSweeper.java