On Wed, 7 Dec 2022 07:07:13 GMT, Erik Gahlin <[email protected]> wrote:
>> Could I have review of infrastructure that makes it easier to write periodic
>> events with the same timestamp.
>>
>> Testing: jdk/jdk/jfr + tier1 + tier2
>>
>> Thanks
>> Erik
>
> Erik Gahlin has updated the pull request incrementally with one additional
> commit since the last revision:
>
> Update request loop
Marked as reviewed by mgronlun (Reviewer).
src/jdk.jfr/share/classes/jdk/jfr/internal/RequestEngine.java line 210:
> 208: private static long run_requests(Collection<RequestHook> entries,
> long eventTimestamp) {
> 209: long last = lastTimeMillis;
> 210: // The interval for periodic events are typically at least 1 s,
> so
"are" -> "is"
-------------
PR: https://git.openjdk.org/jdk/pull/11541