RFR: 8257424: RecordingStream does not specify the recording name
Yasumasa Suenaga
ysuenaga at openjdk.java.net
Tue Dec 1 08:07:55 UTC 2020
On Tue, 1 Dec 2020 06:50:28 GMT, Erik Gahlin <egahlin at openjdk.org> wrote:
>> I updated PR. I will update both subject and description if you are ok.
>
> No problem, update PR subject and bug description. Have you run the tests in jdk/jdk/jfr?
@egahlin I updated subject and description on this PR and on JBS.
I tested jdk/jdk/jfr on my Linux x64 with this change, Only jdk/jfr/api/recording/event/TestReEnableName.java was failed, but it does not seem to cause by this change.
test result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: Too few events found: expected 0 >= 5
-------------
PR: https://git.openjdk.java.net/jdk/pull/1520
More information about the hotspot-jfr-dev
mailing list