8298455: JFR: Add logging to TestClose.java

Reviewed-by: mgronlun
This commit is contained in:
Erik Gahlin 2022-12-09 15:21:59 +00:00
parent 133ad8e173
commit 5a92bee185

@ -38,7 +38,7 @@ import jdk.jfr.consumer.RecordingStream;
* @key jfr
* @requires vm.hasJFR
* @library /test/lib /test/jdk
* @run main/othervm jdk.jfr.api.consumer.recordingstream.TestClose
* @run main/othervm -Xlog:jfr+streaming+system=trace jdk.jfr.api.consumer.recordingstream.TestClose
*/
public class TestClose {