< prev index next >

src/hotspot/share/gc/z/zMessagePort.inline.hpp

Print this page
rev 56464 : 8231707: Improve Mutex inlining
Contributed-by: robbin.ehn@oracle.com, claes.redestad@oracle.com

*** 25,35 **** #define SHARE_GC_Z_ZMESSAGEPORT_INLINE_HPP #include "gc/z/zMessagePort.hpp" #include "gc/z/zFuture.inline.hpp" #include "gc/z/zList.inline.hpp" ! #include "runtime/mutexLocker.hpp" template <typename T> class ZMessageRequest : public StackObj { friend class ZList<ZMessageRequest>; --- 25,35 ---- #define SHARE_GC_Z_ZMESSAGEPORT_INLINE_HPP #include "gc/z/zMessagePort.hpp" #include "gc/z/zFuture.inline.hpp" #include "gc/z/zList.inline.hpp" ! #include "runtime/mutexLocker.inline.hpp" template <typename T> class ZMessageRequest : public StackObj { friend class ZList<ZMessageRequest>;
< prev index next >