src/share/vm/prims/jvmtiThreadState.inline.hpp

changeset 6911
ce8f6bb717c9
parent 2314
f95d63e2154a
child 7535
7ae4e26cb1e0
equal deleted inserted replaced
6910:c8dd4f65cc76 6911:ce8f6bb717c9
25 #ifndef SHARE_VM_PRIMS_JVMTITHREADSTATE_INLINE_HPP 25 #ifndef SHARE_VM_PRIMS_JVMTITHREADSTATE_INLINE_HPP
26 #define SHARE_VM_PRIMS_JVMTITHREADSTATE_INLINE_HPP 26 #define SHARE_VM_PRIMS_JVMTITHREADSTATE_INLINE_HPP
27 27
28 #include "prims/jvmtiEnvThreadState.hpp" 28 #include "prims/jvmtiEnvThreadState.hpp"
29 #include "prims/jvmtiThreadState.hpp" 29 #include "prims/jvmtiThreadState.hpp"
30 #include "runtime/thread.inline.hpp"
30 31
31 // JvmtiEnvThreadStateIterator implementation 32 // JvmtiEnvThreadStateIterator implementation
32 33
33 inline JvmtiEnvThreadStateIterator::JvmtiEnvThreadStateIterator(JvmtiThreadState* thread_state) { 34 inline JvmtiEnvThreadStateIterator::JvmtiEnvThreadStateIterator(JvmtiThreadState* thread_state) {
34 state = thread_state; 35 state = thread_state;

mercurial