On Sat, 2 May 2026 09:43:02 GMT, Yasumasa Suenaga <[email protected]> wrote:
>> Kevin Walls has updated the pull request incrementally with one additional >> commit since the last revision: >> >> vm_revival_data tidyup > > src/hotspot/share/runtime/thread.cpp line 644: > >> 642: Mutex::revive_all(); >> 643: >> 644: struct revival_data* rdata = &vm_revival_data; > > I think `rdata` is not needed - we can use `vm_revival_data` directly. Yes, not needed. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/31011#discussion_r3200656516
