RFR: 8344942: Template-Based Testing Framework [v57]

Emanuel Peter epeter at openjdk.org
Fri May 23 10:46:08 UTC 2025


On Fri, 23 May 2025 10:41:33 GMT, Emanuel Peter <epeter at openjdk.org> wrote:

>> 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 🙈

It's hard to move the verification to `Name`, because it is only an iterface... I'll move it to `add...Name` as you suggested.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/24217#discussion_r2104323907


More information about the hotspot-compiler-dev mailing list