RFR: 8334229: Optimize InterpreterOopMap layout [v2]

Xiaolong Peng xpeng at openjdk.org
Tue Jul 2 17:58:20 UTC 2024


On Tue, 2 Jul 2024 14:25:57 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

> This seems fine. Sometimes fields are grouped together where they make sense together at the expense of some alignment gaps, but this isn't the case here.

Thanks Coleen! I totally agree with you point here, in most time we should group related fields together for better maintainability.

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

PR Comment: https://git.openjdk.org/jdk/pull/19979#issuecomment-2203969670


More information about the hotspot-runtime-dev mailing list