diff -r a79e68ec829a -r 83c307e00630 test/jdk/jdk/jfr/api/consumer/streaming/TestRepositoryProperty.java --- a/test/jdk/jdk/jfr/api/consumer/streaming/TestRepositoryProperty.java Wed Oct 30 11:28:38 2019 +0100 +++ b/test/jdk/jdk/jfr/api/consumer/streaming/TestRepositoryProperty.java Wed Oct 30 11:38:40 2019 +0100 @@ -90,7 +90,7 @@ r.start(); String location = System.getProperty(JFR_REPOSITORY_LOCATION_PROPERTY); if (location == null) { - throw new AssertionError("Repository path should exist before JFR is initialized"); + throw new AssertionError("Repository path should exist after JFR is initialized"); } System.out.println("repository=" + location); Path p = Path.of(location);