On Wed, 18 Feb 2026 15:15:58 GMT, Joel Sikström <[email protected]> wrote:
>> Albert Mingkun Yang has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> review
>
> src/hotspot/share/services/threadService.hpp line 109:
>
>> 107: static int get_daemon_thread_count() { return
>> _atomic_daemon_threads_count; }
>> 108:
>> 109: static uint64_t exited_allocated_bytes() { return
>> AtomicAccess::load(&_exited_allocated_bytes); }
>
> Do we care about alignment here?
Fixed.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/29792#discussion_r2823598647