提交 e1f1cc9d 编写于 作者: E egahlin

8215237: jdk.jfr.Recording javadoc does not compile

Reviewed-by: mgronlun
上级 1e18d7a1
...@@ -54,7 +54,7 @@ import jdk.jfr.internal.WriteableUserPath; ...@@ -54,7 +54,7 @@ import jdk.jfr.internal.WriteableUserPath;
* System.gc(); * System.gc();
* Thread.sleep(5000); * Thread.sleep(5000);
* r.stop(); * r.stop();
* r.copyTo(Files.createTempFile("my-recording", ".jfr")); * r.dump(Files.createTempFile("my-recording", ".jfr"));
* </code> * </code>
* </pre> * </pre>
* *
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册