RFR: 8362282: runtime/logging/StressAsyncUL.java failed with exitValue = 134 [v2]
    Casper Norrbin 
    cnorrbin at openjdk.org
       
    Wed Sep 10 08:03:19 UTC 2025
    
    
  
On Wed, 10 Sep 2025 06:42:08 GMT, David Holmes <dholmes at openjdk.org> wrote:
>> Casper Norrbin has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   changed comment wording
>
> src/hotspot/share/logging/logAsyncWriter.cpp line 323:
> 
>> 321:     // We use LogOutputList's RCU counters to ensure all synchronous logsites have completed.
>> 322:     // After that, we publish the initalized _instance to readers.
>> 323:     // Then, start the AsyncLog Thread; It exclusively takes over all logging I/O.
> 
> Suggestion:
> 
>     // Then we start the AsyncLog Thread and it exclusively takes over all logging I/O.
Changed wording to this in 8e42198.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/27169#discussion_r2335910978
    
    
More information about the hotspot-runtime-dev
mailing list