8341412: Various test failures after JDK-8334305

Reviewed-by: lmesnik, dcubed
This commit is contained in:
Ramkumar Sunderbabu 2024-10-02 15:13:27 +00:00 committed by Leonid Mesnik
parent 883804841e
commit 49501fe9c4

View File

@ -171,6 +171,7 @@ public class Log {
* the given <code>argsHandler</code>.
*/
public Log(PrintStream stream, ArgumentParser argsParser) {
this(stream);
traceLevel = argsParser.getTraceLevel();
}