< prev index next >

src/hotspot/share/gc/shenandoah/shenandoahVMOperations.cpp

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

*** 25,34 **** --- 25,35 ---- #include "gc/shenandoah/shenandoahHeap.inline.hpp" #include "gc/shenandoah/shenandoahUtils.hpp" #include "gc/shenandoah/shenandoahVMOperations.hpp" #include "memory/universe.hpp" + #include "runtime/mutexLocker.inline.hpp" bool VM_ShenandoahReferenceOperation::doit_prologue() { Heap_lock->lock(); return true; }
< prev index next >