mirror of
https://github.com/openjdk/jdk.git
synced 2026-06-11 04:57:12 +00:00
8365638: JFR: Add --exact for debugging out-of-order events
Reviewed-by: shade
This commit is contained in:
parent
6e91ccd1c3
commit
a42ba1ff1a
@ -410,6 +410,7 @@ public class TestPrintContextual {
|
||||
private static List<String> readPrintedLines(Path file, String... options) throws Exception {
|
||||
JDKToolLauncher launcher = JDKToolLauncher.createUsingTestJDK("jfr");
|
||||
launcher.addToolArg("print");
|
||||
launcher.addToolArg("--exact");
|
||||
for (String option : options) {
|
||||
launcher.addToolArg(option);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user