Integrated: 8356085: AArch64: compiler stub buffer size wrongly depends on ZGC

Andrew Dinn adinn at openjdk.org
Thu May 8 07:47:59 UTC 2025


On Wed, 7 May 2025 13:33:11 GMT, Andrew Dinn <adinn at openjdk.org> wrote:

> This patch merges the ZGC-specific component of the compiler stubs buffer size configuration into the default size. The stubs are actually independent of ZGC but the extra space is depended on by normal builds that include ZGC which means that cross-compile builds which exclude ZGC are failing. Now the space is the same in either case.

This pull request has now been integrated.

Changeset: daf6fa1e
Author:    Andrew Dinn <adinn at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/daf6fa1e6153d3fdf48ef0840790794e57349c38
Stats:     1 line in 1 file changed: 0 ins; 0 del; 1 mod

8356085: AArch64: compiler stub buffer size wrongly depends on ZGC

Reviewed-by: shade, kvn

-------------

PR: https://git.openjdk.org/jdk/pull/25094


More information about the hotspot-compiler-dev mailing list