RFR: 8340453: C2: Improve encoding of LoadNKlass for compact headers [v2]

Roman Kennke rkennke at openjdk.org
Thu Nov 14 07:24:25 UTC 2024


On Wed, 13 Nov 2024 23:49:01 GMT, Dean Long <dlong at openjdk.org> wrote:

> It looks like this only works for little-endian. Is that documented somewhere?

I am not sure what you mean. This change is about x86_64 and aarch64, and both are little-endian. The layout of the mark-word is documented in markWord.hpp. Is that what you are looking for?

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

PR Comment: https://git.openjdk.org/jdk/pull/22078#issuecomment-2475595691


More information about the hotspot-compiler-dev mailing list