--- old/src/hotspot/share/runtime/mutex.hpp 2019-04-25 11:54:30.943371923 +0200 +++ new/src/hotspot/share/runtime/mutex.hpp 2019-04-25 11:54:30.214347371 +0200 @@ -62,7 +62,7 @@ event, access = event + 1, tty = access + 2, - special = tty + 1, + special = tty + 2, suspend_resume = special + 1, vmweak = suspend_resume + 2, leaf = vmweak + 2,