On Wed, 20 Nov 2024 05:41:23 GMT, Chris Plummer <cjplum...@openjdk.org> wrote:
> > The significant part of fix is refacotorrng of mutex_array to be vmStructs > > compatible. > > Can you explain what the issue was? For the most part what I can tell is you > moved a lot of code from MutexLocker to Mutex, but the reason isn't clear. IIUC The VMStructs can read classes only, so I moved _mutex_array to be a static member of Mutex. All other refactoring just needed for this change. ------------- PR Comment: https://git.openjdk.org/jdk/pull/22171#issuecomment-2489610303