On Mon, 3 Nov 2025 16:39:23 GMT, Patricio Chilano Mateo <[email protected]> wrote:
>> Jorn Vernee has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Update bug number in tests >> >> Co-authored-by: Chen Liang <[email protected]> > > src/hotspot/share/prims/scopedMemoryAccess.cpp line 53: > >> 51: #endif >> 52: >> 53: bool agents_loaded = JvmtiAgentList::has_agents(); > > I see that for dynamically loaded agents we add to the list after loading the > agent. Maybe we should check `JvmtiEnvBase::environments_might_exist()`? Ah, thanks for the suggestion. I thought there might have been a way to check this already, but I couldn't find it. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/27919#discussion_r2487315255
