Skip to content

Commit 41d5809

Browse files
committedJun 7, 2022
8287811: JFR: jfr configure error message should not print stack trace
Reviewed-by: mgronlun
1 parent 5d4ea9b commit 41d5809

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎src/jdk.jfr/share/classes/jdk/jfr/internal/tool/Configure.java

-1
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,6 @@ private void configure(boolean interactive, boolean log, SafePath output, Map<St
228228
} catch (IOException ioe) {
229229
throw new UserDataException("i/o error: " + ioe.getMessage());
230230
} catch (ParseException pe) {
231-
pe.printStackTrace();
232231
throw new UserDataException("parsing error: " + pe.getMessage());
233232
}
234233
}

0 commit comments

Comments
 (0)
Please sign in to comment.