RFR: 8344942: Template-Based Testing Framework [v9]
Emanuel Peter
epeter at openjdk.org
Wed May 7 20:49:57 UTC 2025
On Wed, 7 May 2025 12:24:04 GMT, Emanuel Peter <epeter at openjdk.org> wrote:
>> Plus, it is really clunky to use the much longer `System.lineSeparator()` 🙈
>
> I prefer multiline strings, but that does not always work. `\n` is just less of a disturbance.

Boah, I feel like this really looks quite unreadable / distracting. It makes the lines super long.
Makes me look for other "hacky" solutions. Maybe some `#\n` string, to make a hashtag replacement that gets you the newline / lineSeparator?

That looks a little better.
This is what I used to have:

-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/24217#discussion_r2078465509
More information about the hotspot-compiler-dev
mailing list