RFR: 8337221: CompileFramework: test library to conveniently compile java and jasm sources for fuzzing
Evgeny Nikitin
enikitin at openjdk.org
Thu Sep 12 15:57:28 UTC 2024
On Mon, 29 Jul 2024 07:11:31 GMT, Emanuel Peter <epeter at openjdk.org> wrote:
> Hmm. I think I like it the way it is, a bit more explicit.
Up to you then. No objections on having different writing styles :)
> See output.equals("").
Well, that doesn't require redirection. You check the process' output, not the host (JTReg) output.
> But here I think I want everything to go to the stdout.
Well, here I'd like to call the same argument of volume. If we generate 100s of files, using not the perfect generators (that generate warnings, can create semi-obsolete code, etc.)... we'd not want to stare at their outputs manually.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/20184#discussion_r1695153284
PR Review Comment: https://git.openjdk.org/jdk/pull/20184#discussion_r1695152034
More information about the hotspot-compiler-dev
mailing list