< prev index next >

src/share/vm/runtime/mutex.hpp

Print this page
rev 12906 : [mq]: gc_interface

*** 102,112 **** // The rank named "leaf" is probably historical (and should // be changed) -- mutexes of this rank aren't really leaf mutexes // at all. enum lock_types { event, ! special, suspend_resume, leaf = suspend_resume + 2, safepoint = leaf + 10, barrier = safepoint + 1, nonleaf = barrier + 1, --- 102,112 ---- // The rank named "leaf" is probably historical (and should // be changed) -- mutexes of this rank aren't really leaf mutexes // at all. enum lock_types { event, ! special = event + 4, suspend_resume, leaf = suspend_resume + 2, safepoint = leaf + 10, barrier = safepoint + 1, nonleaf = barrier + 1,
< prev index next >