RFR: 7903848: JCStress: Use "out" field consistently
Jiří Vaněk
jvanek at openjdk.org
Mon Sep 30 10:15:00 UTC 2024
On Sat, 28 Sep 2024 13:41:31 GMT, Johnny Lim <duke at openjdk.org> wrote:
> This PR changes to use `out` field consistently in the `JCStress` as it would be better for internal consistency although it's effectively same as before.
can it maybe go in opposite direction, and use `System.out` everywhere? usually when one is searching for occurrences, "out" can mean many things, byt "System.out" is jsut one.
-------------
PR Comment: https://git.openjdk.org/jcstress/pull/151#issuecomment-2382699011
More information about the jcstress-dev
mailing list