RFR: 8355631: The events might be generated after VM_DEATH event [v4]

David Holmes dholmes at openjdk.org
Tue Oct 28 03:34:10 UTC 2025


On Tue, 28 Oct 2025 00:29:54 GMT, Serguei Spitsyn <sspitsyn at openjdk.org> wrote:

>> Leonid Mesnik has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   fixed after David's comments
>
> src/hotspot/share/prims/jvmtiEventController.cpp line 1231:
> 
>> 1229:   const double start = os::elapsedTime();
>> 1230:   const double max_wait_time = 60;
>> 1231:   // The first time we see the callback count reach zero we know all actual
> 
> Nit: s/the callback count reach zero/the callback count reaches zero/g

The current text is correct in the tense used.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/27504#discussion_r2467774812


More information about the hotspot-dev mailing list