< prev index next >

src/hotspot/share/services/gcNotifier.cpp

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

*** 29,39 **** #include "oops/oop.inline.hpp" #include "runtime/handles.inline.hpp" #include "runtime/java.hpp" #include "runtime/javaCalls.hpp" #include "runtime/mutex.hpp" ! #include "runtime/mutexLocker.hpp" #include "services/gcNotifier.hpp" #include "services/management.hpp" #include "services/memoryService.hpp" #include "memoryManager.hpp" #include "memory/oopFactory.hpp" --- 29,39 ---- #include "oops/oop.inline.hpp" #include "runtime/handles.inline.hpp" #include "runtime/java.hpp" #include "runtime/javaCalls.hpp" #include "runtime/mutex.hpp" ! #include "runtime/mutexLocker.inline.hpp" #include "services/gcNotifier.hpp" #include "services/management.hpp" #include "services/memoryService.hpp" #include "memoryManager.hpp" #include "memory/oopFactory.hpp"
< prev index next >