test/jdk/jdk/jfr/api/consumer/TestReadTwice.java
changeset 58863 c16ac7a2eba4
parent 51214 67736b4846a0
equal deleted inserted replaced
58861:2c3cc4b01880 58863:c16ac7a2eba4
     1 /*
     1 /*
     2  * Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2018, 2019, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    24  */
    24  */
    25 
    25 
    26 package jdk.jfr.api.consumer;
    26 package jdk.jfr.api.consumer;
    27 
    27 
    28 import java.nio.file.Path;
    28 import java.nio.file.Path;
    29 import java.nio.file.Paths;
       
    30 import java.util.LinkedList;
    29 import java.util.LinkedList;
    31 import java.util.List;
    30 import java.util.List;
    32 
    31 
    33 import jdk.jfr.Event;
    32 import jdk.jfr.Event;
    34 import jdk.jfr.Recording;
    33 import jdk.jfr.Recording;