On Mon, 15 Dec 2025 14:48:48 GMT, Stefan Karlsson <[email protected]> wrote:
>> Paul Hübner has updated the pull request incrementally with two additional >> commits since the last revision: >> >> - Remove wrong comment. >> - Fix imports. > > src/hotspot/share/opto/callnode.cpp line 1948: > >> 1946: Node* proto_adr = phase->transform(new AddPNode(klass_node, >> klass_node, phase->MakeConX(in_bytes(Klass::prototype_header_offset())))); >> 1947: mark_node = LoadNode::make(*phase, control, mem, proto_adr, >> TypeRawPtr::BOTTOM, TypeX_X, TypeX_X->basic_type(), MemNode::unordered); >> 1948: // EnavleValhalla legacy > > Suggestion: Good shout, I missed that thanks. ------------- PR Review Comment: https://git.openjdk.org/valhalla/pull/1759#discussion_r2620091976
