On Tue, 5 May 2026 14:50:04 GMT, Johan Sjölen <[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 580: > >> 578: } >> 579: >> 580: jboolean Thread::_revived_vm = false; > > This can't be a `bool`? Yes, bool is fine. is_revived() returns bool, so I was inconsistent here. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/31011#discussion_r3200676138
