Integrated: 8329174: update CodeBuffer layout in comment after constants section moved

lusou-zhangquan duke 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.

This pull request has now been integrated.

Changeset: 866e7b6b
Author:    Quan Zhang <lusou.zq at alibaba-inc.com>
Committer: Vladimir Kozlov <kvn at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/866e7b6b7745928e559da8cdf622bf6a097ec995
Stats:     9 lines in 1 file changed: 4 ins; 4 del; 1 mod

8329174: update CodeBuffer layout in comment after constants section moved

Reviewed-by: kvn

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

PR: https://git.openjdk.org/jdk/pull/18529


More information about the hotspot-compiler-dev mailing list