RFR: 8320278: ARM32 build is broken after JDK-8301997

Thomas Stuefe stuefe at openjdk.org
Tue Nov 21 06:15:05 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.

Great, thanks for fixing.

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

Marked as reviewed by stuefe (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/16749#pullrequestreview-1741183793


More information about the hotspot-dev mailing list