RFR: 8342382: Implementation of JEP G1: Improve Application Throughput with a More Efficient Write-Barrier [v13]
Thomas Schatzl
tschatzl at openjdk.org
Thu Mar 6 16:13:02 UTC 2025
On Wed, 5 Mar 2025 10:41:02 GMT, Ivan Walulya <iwalulya at openjdk.org> wrote:
>> Thomas Schatzl has updated the pull request incrementally with one additional commit since the last revision:
>>
>> * fix whitespace
>> * additional whitespace between log tags
>> * rename G1ConcurrentRefineWorkTask -> ...SweepTask to conform to the other similar rename
>
> src/hotspot/share/gc/g1/g1ThreadLocalData.hpp line 29:
>
>> 27: #include "gc/g1/g1BarrierSet.hpp"
>> 28: #include "gc/g1/g1CardTable.hpp"
>> 29: #include "gc/g1/g1CollectedHeap.hpp"
>
> probably does not need to be included
`g1CardTable.hpp` needed because of `G1CardTable::CardValue` I think. I removed the 'G1CollectedHeap` include though.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/23739#discussion_r1983655594
More information about the core-libs-dev
mailing list