src/hotspot/share/runtime/mutex.hpp
changeset 55479 80b27dc96ca3
parent 55005 9b70ebd131b4
child 55740 b3ff56f955c8
--- a/src/hotspot/share/runtime/mutex.hpp	Mon Jun 24 16:51:23 2019 -0400
+++ b/src/hotspot/share/runtime/mutex.hpp	Mon Jun 24 22:38:17 2019 -0400
@@ -62,7 +62,7 @@
        event,
        access         = event          +   1,
        tty            = access         +   2,
-       special        = tty            +   2,
+       special        = tty            +   1,
        suspend_resume = special        +   1,
        vmweak         = suspend_resume +   2,
        leaf           = vmweak         +   2,