Integrated: 8320278: ARM32 build is broken after JDK-8301997
Matias Saavedra Silva
matsaave at openjdk.org
Tue Nov 21 19:06:14 UTC 2023
On Mon, 20 Nov 2023 20:37:23 GMT, Matias Saavedra Silva <matsaave at openjdk.org> wrote:
> JDK-8301997 changed the handling of constant pool cache entries for methods and fully removed the ConstantPoolCacheEntry class. This commit included changes to the interpreters for all supported platforms except ARM32, and its omission resulted in a GHA failure. This patch intends to introduce an ARM32 port that reflects the code changes to the included platforms so the ARM32 code can build and thus pass testing. Verified with tier 1-5 tests on Oracle platforms but not ARM32.
This pull request has now been integrated.
Changeset: 6d824364
Author: Matias Saavedra Silva <matsaave at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/6d824364c2fefa3185a8a15bdd41537fad31427c
Stats: 294 lines in 5 files changed: 105 ins; 128 del; 61 mod
8320278: ARM32 build is broken after JDK-8301997
Reviewed-by: coleenp, stuefe
-------------
PR: https://git.openjdk.org/jdk/pull/16749
More information about the hotspot-dev
mailing list