# HG changeset patch # User egahlin # Date 1570818192 -7200 # Node ID 0d3ae8536b8330c98be929e3d35f02caa1ce507b # Parent 3d823192d9cafaa6c0dda53d5aef25de19505b66 Add logging for TestRemovedChunks diff -r 3d823192d9ca -r 0d3ae8536b83 test/jdk/jdk/jfr/api/consumer/streaming/TestRemovedChunks.java --- a/test/jdk/jdk/jfr/api/consumer/streaming/TestRemovedChunks.java Fri Oct 11 20:20:12 2019 +0200 +++ b/test/jdk/jdk/jfr/api/consumer/streaming/TestRemovedChunks.java Fri Oct 11 20:23:12 2019 +0200 @@ -37,7 +37,7 @@ * @key jfr * @requires vm.hasJFR * @library /test/lib - * @run main/othervm jdk.jfr.api.consumer.streaming.TestRemovedChunks + * @run main/othervm -Xlog:jfr*=info jdk.jfr.api.consumer.streaming.TestRemovedChunks */ public class TestRemovedChunks { private final static CountDownLatch parkLatch = new CountDownLatch(1);