< prev index next >

src/hotspot/share/prims/jvmtiThreadState.cpp

Print this page

        

*** 21,36 **** * questions. * */ #include "precompiled.hpp" - #include "gc/shared/gcLocker.hpp" #include "jvmtifiles/jvmtiEnv.hpp" #include "memory/resourceArea.hpp" #include "prims/jvmtiEventController.inline.hpp" #include "prims/jvmtiImpl.hpp" #include "prims/jvmtiThreadState.inline.hpp" #include "runtime/vframe.hpp" // marker for when the stack depth has been reset and is now unknown. // any negative number would work but small ones might obscure an // underrun error. --- 21,36 ---- * questions. * */ #include "precompiled.hpp" #include "jvmtifiles/jvmtiEnv.hpp" #include "memory/resourceArea.hpp" #include "prims/jvmtiEventController.inline.hpp" #include "prims/jvmtiImpl.hpp" #include "prims/jvmtiThreadState.inline.hpp" + #include "runtime/safepointVerifiers.hpp" #include "runtime/vframe.hpp" // marker for when the stack depth has been reset and is now unknown. // any negative number would work but small ones might obscure an // underrun error.
< prev index next >