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 Tue, 30 Jul 2024 07:24:02 GMT, Emanuel Peter <epeter at openjdk.org> wrote:

>> I'm not sure I understand what you are saying.
>> 
>> `redirectErrorStream`: Tells whether this process builder merges standard error and standard output.
>> 
>> So all I'm doing is merging the stdout and stderr from the process. Now everything from the process goes to the stdout of the process, right? Then I can check `output.equals("")` and that captures that there is neither any thing on the stdout nor on the stderr of the process.
>> 
>> Nothing is actually being printed in the JTREG stdout. Correct?
>
> BTW: you put not just my text as quotation but also your reply ;)

> So all I'm doing is merging the stdout and stderr from the process.
..
> Nothing is actually being printed in the JTREG stdout. Correct?

You're right. Ignore that comment then.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/20184#discussion_r1696684075


More information about the hotspot-compiler-dev mailing list