comparison src/share/vm/prims/jvmtiThreadState.inline.hpp @ 20197:ce8f6bb717c9

8042195: Introduce umbrella header orderAccess.inline.hpp. Reviewed-by: dholmes, kvn, stefank, twisti
author goetz
date Tue, 29 Apr 2014 15:17:27 +0200
parents f95d63e2154a
children
comparison
equal deleted inserted replaced
20196:c8dd4f65cc76 20197: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;