Skip to content

Commit 49501fe

Browse files
Ramkumar Sunderbabulmesnik
Ramkumar Sunderbabu
authored andcommittedOct 2, 2024
8341412: Various test failures after JDK-8334305
Reviewed-by: lmesnik, dcubed
1 parent 8838048 commit 49501fe

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

+1
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ public Log(PrintStream stream) {
171171
* the given <code>argsHandler</code>.
172172
*/
173173
public Log(PrintStream stream, ArgumentParser argsParser) {
174+
this(stream);
174175
traceLevel = argsParser.getTraceLevel();
175176
}
176177

0 commit comments

Comments
 (0)
Please sign in to comment.