RFR: 8320682: [AArch64] C1 compilation fails with "Field too big for insn" [v3]

Dean Long dlong at openjdk.org
Wed Dec 13 20:25:50 UTC 2023


On Wed, 13 Dec 2023 14:28:42 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:

> The `1M` limit seems reasonable to me given that `NMethodSizeLimit` is a develop flag and the default of `64K` is much lower.

Good point about it being a developer flag.  I missed that.  But the default is 64K words, or half of 1M.

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

PR Comment: https://git.openjdk.org/jdk/pull/16951#issuecomment-1854649250


More information about the hotspot-compiler-dev mailing list