JDK 18 |
---|
18 b12Fixed |
Blocks :
|
There are two Mutexes now that are 'native' rank in the JVM source code, and a few in the gtests. They should have a real rank and participate in deadlock detection. If we want to have a 'native' rank for locks to not participate in resource cycle deadlock detection, that rank should be at the lower end of the hierarchy, where 'access' rank is. Having 'native' be the high end of the hierarchy makes comparison operators awkward.
|