comparison src/share/vm/interpreter/linkResolver.cpp @ 7180:f34d701e952e

8003935: Simplify the needed includes for using Thread::current() Reviewed-by: dholmes, rbackman, coleenp
author stefank
date Tue, 27 Nov 2012 14:20:21 +0100
parents 070d523b96a7
children 5daaddd917a1 b5cb079ecaa4
comparison
equal deleted inserted replaced
7179:d0aa87f04bd5 7180:f34d701e952e
41 #include "runtime/fieldDescriptor.hpp" 41 #include "runtime/fieldDescriptor.hpp"
42 #include "runtime/frame.inline.hpp" 42 #include "runtime/frame.inline.hpp"
43 #include "runtime/handles.inline.hpp" 43 #include "runtime/handles.inline.hpp"
44 #include "runtime/reflection.hpp" 44 #include "runtime/reflection.hpp"
45 #include "runtime/signature.hpp" 45 #include "runtime/signature.hpp"
46 #include "runtime/thread.inline.hpp"
46 #include "runtime/vmThread.hpp" 47 #include "runtime/vmThread.hpp"
47 #ifdef TARGET_OS_FAMILY_linux
48 # include "thread_linux.inline.hpp"
49 #endif
50 #ifdef TARGET_OS_FAMILY_solaris
51 # include "thread_solaris.inline.hpp"
52 #endif
53 #ifdef TARGET_OS_FAMILY_windows
54 # include "thread_windows.inline.hpp"
55 #endif
56 #ifdef TARGET_OS_FAMILY_bsd
57 # include "thread_bsd.inline.hpp"
58 #endif
59 48
60 //------------------------------------------------------------------------------------------------------------------------ 49 //------------------------------------------------------------------------------------------------------------------------
61 // Implementation of FieldAccessInfo 50 // Implementation of FieldAccessInfo
62 51
63 void FieldAccessInfo::set(KlassHandle klass, Symbol* name, int field_index, int field_offset, 52 void FieldAccessInfo::set(KlassHandle klass, Symbol* name, int field_index, int field_offset,