RFR: 8344942: Template-Based Testing Framework [v57]
Emanuel Peter
epeter at openjdk.org
Fri May 23 10:46:07 UTC 2025
On Fri, 23 May 2025 10:39:22 GMT, Manuel Hässig <mhaessig at openjdk.org> wrote:
>> `mutability` only applies to `DataName`. `weight` applies also to `StructuralName`, so I put it in the shared code. I'd rather avoid duplicating that code.
>
> It is duplicated in the constructors of `DataName` and `StructuralName` respectively. If those checks are moved to `Name`, I do understand the separation.
Oh. I should check my own code rather than just try to remember what I did a wile ago 🙈
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/24217#discussion_r2104321846
More information about the hotspot-compiler-dev
mailing list