[lworld] Integrated: 8317658: [lworld] TemplateTable::withfield() does not correctly load the ResolvedFieldEntry
David Simms
dsimms at openjdk.org
Mon Oct 9 17:16:30 UTC 2023
On Mon, 9 Oct 2023 09:03:17 GMT, David Simms <dsimms at openjdk.org> wrote:
> Ensure ResolvedFieldEntry is correctly loaded
>
> More testing might well be in order, but we are more than likely to remove `withfield` . To make up for the testing, using `assert(entry->is_valid())` upon passing to the interpreter runtime is useful for avoiding bugs in future changes to the hand-rolled assembler, that can be error prone when holding a lot of registers (e.g. `putfield`).
This pull request has now been integrated.
Changeset: 3a5d7d9f
Author: David Simms <dsimms at openjdk.org>
URL: https://git.openjdk.org/valhalla/commit/3a5d7d9f3d994b4886120185f3f0a3a37bc771b9
Stats: 32 lines in 5 files changed: 20 ins; 11 del; 1 mod
8317658: [lworld] TemplateTable::withfield() does not correctly load the ResolvedFieldEntry
Reviewed-by: fparain
-------------
PR: https://git.openjdk.org/valhalla/pull/936
More information about the valhalla-dev
mailing list