hotspot/src/share/vm/memory/gcLocker.cpp
changeset 30154 39cd4e2ccf1c
parent 25351 7c198a690050
equal deleted inserted replaced
30153:596ed88949ad 30154:39cd4e2ccf1c
    21  * questions.
    21  * questions.
    22  *
    22  *
    23  */
    23  */
    24 
    24 
    25 #include "precompiled.hpp"
    25 #include "precompiled.hpp"
       
    26 #include "gc_interface/collectedHeap.hpp"
    26 #include "memory/gcLocker.inline.hpp"
    27 #include "memory/gcLocker.inline.hpp"
    27 #include "memory/resourceArea.hpp"
    28 #include "memory/resourceArea.hpp"
    28 #include "memory/sharedHeap.hpp"
       
    29 #include "runtime/atomic.inline.hpp"
    29 #include "runtime/atomic.inline.hpp"
    30 #include "runtime/thread.inline.hpp"
    30 #include "runtime/thread.inline.hpp"
    31 
    31 
    32 volatile jint GC_locker::_jni_lock_count = 0;
    32 volatile jint GC_locker::_jni_lock_count = 0;
    33 volatile bool GC_locker::_needs_gc       = false;
    33 volatile bool GC_locker::_needs_gc       = false;