Skip to content

Commit 32357d1

Browse files
committed
Backport follow-up 8341412
1 parent 5f091fb commit 32357d1

File tree

1 file changed

+1
-0
lines changed
  • test/hotspot/jtreg/vmTestbase/nsk/share

1 file changed

+1
-0
lines changed

test/hotspot/jtreg/vmTestbase/nsk/share/Log.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ public Log(PrintStream stream) {
191191
* the given <code>argsHandler</code>.
192192
*/
193193
public Log(PrintStream stream, ArgumentParser argsParser) {
194+
this(stream);
194195
traceLevel = argsParser.getTraceLevel();
195196
}
196197

0 commit comments

Comments
 (0)