RFR: 8329174: update CodeBuffer layout in comment after constants section moved
Vladimir Kozlov
kvn at openjdk.org
Wed Apr 3 00:35:11 UTC 2024
On Thu, 28 Mar 2024 02:50:40 GMT, lusou-zhangquan <duke at openjdk.org> wrote:
> Enhancement [JDK-6961697](https://bugs.openjdk.org/browse/JDK-6961697) moved nmethod constants section before instruction section, but the layout scheme in codeBuffer.cpp was not changed correspondingly. The mismatch between layout scheme in source code and actual layout is misleading, so we'd better fix it.
My PR takes longer to get reviews. Let push this and I will merge it into my PR.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/18529#issuecomment-2033336581
More information about the hotspot-compiler-dev
mailing list