test/jdk/jdk/jfr/api/consumer/recordingstream/TestRecursive.java
branchJEP-349-branch
changeset 58576 96c769cba8a3
parent 58569 5469bde803fe
child 58577 7e0f81f63890
equal deleted inserted replaced
58572:0d3ae8536b83 58576:96c769cba8a3
    40  * @test
    40  * @test
    41  * @summary Tests that events are not emitted in handlers
    41  * @summary Tests that events are not emitted in handlers
    42  * @key jfr
    42  * @key jfr
    43  * @requires vm.hasJFR
    43  * @requires vm.hasJFR
    44  * @library /test/lib /test/jdk
    44  * @library /test/lib /test/jdk
    45  * @build jdk.jfr.api.consumer.recordingstream.EventProducer.java
    45  * @build jdk.jfr.api.consumer.recordingstream.EventProducer
    46  * @run main/othervm jdk.jfr.api.consumer.recordingstream.TestRecursive
    46  * @run main/othervm jdk.jfr.api.consumer.recordingstream.TestRecursive
    47  */
    47  */
    48 public class TestRecursive {
    48 public class TestRecursive {
    49 
    49 
    50     public static class NotRecorded extends Event {
    50     public static class NotRecorded extends Event {