src/jdk.jfr/share/classes/jdk/jfr/consumer/EventDirectoryStream.java
branchJEP-349-branch
changeset 57385 7d9d4f629f6e
parent 57380 6a7e7743b82f
child 57386 acdd0dbe37ee
--- a/src/jdk.jfr/share/classes/jdk/jfr/consumer/EventDirectoryStream.java	Thu May 30 23:12:44 2019 +0200
+++ b/src/jdk.jfr/share/classes/jdk/jfr/consumer/EventDirectoryStream.java	Fri May 31 20:44:28 2019 +0200
@@ -47,7 +47,7 @@
             super(acc);
         }
 
-        public void process() throws Exception, IOException {
+        public void process() throws IOException {
             this.location = EventSetLocation.current();
             this.eventSet = location.acquire(startNanos, null); // use timestamp
                                                                 // from