src/hotspot/share/runtime/mutex.hpp
changeset 55740 b3ff56f955c8
parent 55479 80b27dc96ca3
child 57668 33b160ef735c
--- a/src/hotspot/share/runtime/mutex.hpp	Wed Jul 17 08:33:38 2019 -0400
+++ b/src/hotspot/share/runtime/mutex.hpp	Thu Jul 18 14:57:32 2019 -0400
@@ -64,8 +64,8 @@
        tty            = access         +   2,
        special        = tty            +   1,
        suspend_resume = special        +   1,
-       vmweak         = suspend_resume +   2,
-       leaf           = vmweak         +   2,
+       oopstorage     = suspend_resume +   2,
+       leaf           = oopstorage     +   2,
        safepoint      = leaf           +  10,
        barrier        = safepoint      +   1,
        nonleaf        = barrier        +   1,