On Thu, 27 Oct 2022 20:38:57 GMT, John R Rose <jr...@openjdk.org> wrote:
> So the data structure for lock records (per thread) could consist of a series > of distinct values [ A B C ] and each of the values could be repeated, but > only adjacently: [ A A A B C C ] for example. @rose00 why only adjacently? Nested locking can be interleaved on different monitors. ------------- PR: https://git.openjdk.org/jdk/pull/10590