On Mon, 20 Sep 2021 23:32:12 GMT, David Holmes <dhol...@openjdk.org> wrote:
>> Coleen Phillimore has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Add comment about ThreadSMRDelete_lock > > So there is more to this than just removing the "special" ranking - you've > also changed some locks that are safepoint_never, that used to have ranks > above what is now nosafepoint, so that they instead have ranks below > nosafepoint - is that right? As long a all relative rankings of locks that > can be taken together is maintained, then that is okay - but it is very hard > to see that just by looking at the changes. Thank you @dholmes-ora for the discussions and review! ------------- PR: https://git.openjdk.java.net/jdk/pull/5563