RFR: 8376350: Convert ReferenceProcessorPhaseTimes to use Atomic<T> [v2]
Thomas Schatzl
tschatzl at openjdk.org
Tue Jan 27 14:04:55 UTC 2026
On Tue, 27 Jan 2026 14:01:57 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:
>> Hi all,
>>
>> please review this change to convert `ReferenceProcessorPhaseTimes` to use `Atomic<T>`.
>>
>> Testing: gha
>>
>> Thanks,
>> Thomas
>
> Thomas Schatzl has updated the pull request incrementally with two additional commits since the last revision:
>
> - Apply suggestion from @tschatzl
> - Update src/hotspot/share/gc/shared/referenceProcessorPhaseTimes.cpp
>
> Co-authored-by: Stefan Karlsson <stefan.karlsson at oracle.com>
src/hotspot/share/gc/shared/referenceProcessorPhaseTimes.cpp line 25:
> 23: */
> 24:
> 25: #include "cppstdlib/new.hpp"
Suggestion:
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/29423#discussion_r2732148847
More information about the hotspot-gc-dev
mailing list