hotspot/src/share/vm/prims/jvmtiThreadState.inline.hpp
changeset 24351 61b33cc6d3cf
parent 7397 5b173b4ca846
equal deleted inserted replaced
24350:8d8c1012dacd 24351:61b33cc6d3cf
    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;