On Tue, 3 Aug 2021 19:21:27 GMT, Alex Menkov <[email protected]> wrote:
>> test/hotspot/jtreg/vmTestbase/nsk/share/jpda/DebugeeProcess.java line 330:
>>
>>> 328: */
>>> 329: public void redirectStdout(Log log, String prefix) {
>>> 330: redirectStdout(log, prefix, null);
>>
>> Is there a reason to still support passing in the prefix even though it is
>> ignored. Seems that could be confusing to someone looking at the caller code.
>
> I dont' quite follow.
> The prefix is not ignored, it's passed to IORedirector and is used for logging
Sorry, I misread it. I thought the 3rd argument passed was the prefix.
-------------
PR: https://git.openjdk.java.net/jdk/pull/4817