< prev index next >

src/hotspot/share/utilities/exceptions.cpp

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

*** 37,47 **** #include "runtime/javaCalls.hpp" #include "runtime/os.hpp" #include "runtime/thread.inline.hpp" #include "runtime/threadCritical.hpp" #include "runtime/atomic.hpp" ! #include "utilities/events.hpp" #include "utilities/exceptions.hpp" // Implementation of ThreadShadow void check_ThreadShadow() { const ByteSize offset1 = byte_offset_of(ThreadShadow, _pending_exception); --- 37,47 ---- #include "runtime/javaCalls.hpp" #include "runtime/os.hpp" #include "runtime/thread.inline.hpp" #include "runtime/threadCritical.hpp" #include "runtime/atomic.hpp" ! #include "utilities/events.inline.hpp" #include "utilities/exceptions.hpp" // Implementation of ThreadShadow void check_ThreadShadow() { const ByteSize offset1 = byte_offset_of(ThreadShadow, _pending_exception);
< prev index next >