< prev index next >

src/hotspot/share/gc/g1/sparsePRT.cpp

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

*** 29,39 **** #include "gc/g1/sparsePRT.hpp" #include "gc/shared/cardTableBarrierSet.hpp" #include "gc/shared/space.inline.hpp" #include "memory/allocation.inline.hpp" #include "runtime/atomic.hpp" ! #include "runtime/mutexLocker.hpp" // Check that the size of the SparsePRTEntry is evenly divisible by the maximum // member type to avoid SIGBUS when accessing them. STATIC_ASSERT(sizeof(SparsePRTEntry) % sizeof(int) == 0); --- 29,39 ---- #include "gc/g1/sparsePRT.hpp" #include "gc/shared/cardTableBarrierSet.hpp" #include "gc/shared/space.inline.hpp" #include "memory/allocation.inline.hpp" #include "runtime/atomic.hpp" ! #include "runtime/mutexLocker.inline.hpp" // Check that the size of the SparsePRTEntry is evenly divisible by the maximum // member type to avoid SIGBUS when accessing them. STATIC_ASSERT(sizeof(SparsePRTEntry) % sizeof(int) == 0);
< prev index next >