RFR: 8342382: Implementation of JEP G1: Improve Application Throughput with a More Efficient Write-Barrier [v2]

Thomas Schatzl tschatzl at openjdk.org
Fri Feb 28 10:35:03 UTC 2025


On Thu, 27 Feb 2025 18:24:15 GMT, Albert Mingkun Yang <ayang at openjdk.org> wrote:

>> Thomas Schatzl has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   * remove unnecessarily added logging
>
> src/hotspot/share/gc/g1/g1BarrierSet.hpp line 54:
> 
>> 52: // them, keeping the write barrier simple.
>> 53: //
>> 54: // The refinement threads mark cards in the the current collection set specially on the
> 
> "the the" typo.

I fixed one more occurrence in files changed in this CR. There are like 10 more of these duplications in our code, I will fix separately.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/23739#discussion_r1975186407


More information about the core-libs-dev mailing list