src/jdk.jfr/share/classes/jdk/jfr/internal/consumer/AbstractEventStream.java
branchJEP-349-branch
changeset 58769 db30b6219779
parent 58768 08fef29ad1cf
equal deleted inserted replaced
58768:08fef29ad1cf 58769:db30b6219779
   238 
   238 
   239     private void execute() {
   239     private void execute() {
   240         try {
   240         try {
   241             process();
   241             process();
   242         } catch (IOException ioe) {
   242         } catch (IOException ioe) {
   243             ioe.printStackTrace();
       
   244             // This can happen if a chunk file is removed, or
   243             // This can happen if a chunk file is removed, or
   245             // a file is access that has been closed
   244             // a file is access that has been closed
   246             // This is "normal" behavior for streaming and the
   245             // This is "normal" behavior for streaming and the
   247             // stream will be closed when this happens.
   246             // stream will be closed when this happens.
   248         } finally {
   247         } finally {