< prev index next >

src/hotspot/cpu/s390/macroAssembler_s390.cpp

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

*** 49,59 **** #include "runtime/os.hpp" #include "runtime/safepoint.hpp" #include "runtime/safepointMechanism.hpp" #include "runtime/sharedRuntime.hpp" #include "runtime/stubRoutines.hpp" ! #include "utilities/events.hpp" #include "utilities/macros.hpp" #include <ucontext.h> #define BLOCK_COMMENT(str) block_comment(str) --- 49,59 ---- #include "runtime/os.hpp" #include "runtime/safepoint.hpp" #include "runtime/safepointMechanism.hpp" #include "runtime/sharedRuntime.hpp" #include "runtime/stubRoutines.hpp" ! #include "utilities/events.inline.hpp" #include "utilities/macros.hpp" #include <ucontext.h> #define BLOCK_COMMENT(str) block_comment(str)
< prev index next >