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

Thomas Schatzl tschatzl at openjdk.org
Tue Mar 4 16:07:56 UTC 2025


On Tue, 4 Mar 2025 16:00:46 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:

>> src/hotspot/share/gc/g1/g1ConcurrentRefine.hpp line 116:
>> 
>>> 114:     SwapGlobalCT,                // Swap global card table.
>>> 115:     SwapJavaThreadsCT,           // Swap java thread's card tables.
>>> 116:     SwapGCThreadsCT,             // Swap GC thread's card tables.
>> 
>> Do GC threads have card-table?
>
> Hmm, I thought I changed tat already just recently with Ivan's latest requests. Will fix.

Oh, I only fixed the string. Apologies.

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

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


More information about the core-libs-dev mailing list