RFR: 8337221: CompileFramework: test library to conveniently compile java and jasm sources for fuzzing [v5]
Emanuel Peter
epeter at openjdk.org
Mon Sep 16 13:00:27 UTC 2024
On Mon, 16 Sep 2024 08:29:32 GMT, Christian Hagedorn <chagedorn at openjdk.org> wrote:
>> I see. I have so far not encountered any issues. I would like to keep it simple for now. We can invest in a more complicated solution in a follow up RFE. For now I suppose `FuzzerUtils` would just not be allowed.
>
> You can probably replace this by:
> Suggestion:
>
> if (exitCode != 0 || !output.isEmpty()) {
done!
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/20184#discussion_r1761098490
More information about the hotspot-compiler-dev
mailing list