src/cpu/x86/vm/interp_masm_x86_32.cpp

changeset 2314
f95d63e2154a
parent 2138
d5d065957597
child 2438
dd031b2226de
     1.1 --- a/src/cpu/x86/vm/interp_masm_x86_32.cpp	Tue Nov 23 15:01:43 2010 -0500
     1.2 +++ b/src/cpu/x86/vm/interp_masm_x86_32.cpp	Tue Nov 23 13:22:55 2010 -0800
     1.3 @@ -22,8 +22,29 @@
     1.4   *
     1.5   */
     1.6  
     1.7 -#include "incls/_precompiled.incl"
     1.8 -#include "incls/_interp_masm_x86_32.cpp.incl"
     1.9 +#include "precompiled.hpp"
    1.10 +#include "interp_masm_x86_32.hpp"
    1.11 +#include "interpreter/interpreter.hpp"
    1.12 +#include "interpreter/interpreterRuntime.hpp"
    1.13 +#include "oops/arrayOop.hpp"
    1.14 +#include "oops/markOop.hpp"
    1.15 +#include "oops/methodDataOop.hpp"
    1.16 +#include "oops/methodOop.hpp"
    1.17 +#include "prims/jvmtiExport.hpp"
    1.18 +#include "prims/jvmtiRedefineClassesTrace.hpp"
    1.19 +#include "prims/jvmtiThreadState.hpp"
    1.20 +#include "runtime/basicLock.hpp"
    1.21 +#include "runtime/biasedLocking.hpp"
    1.22 +#include "runtime/sharedRuntime.hpp"
    1.23 +#ifdef TARGET_OS_FAMILY_linux
    1.24 +# include "thread_linux.inline.hpp"
    1.25 +#endif
    1.26 +#ifdef TARGET_OS_FAMILY_solaris
    1.27 +# include "thread_solaris.inline.hpp"
    1.28 +#endif
    1.29 +#ifdef TARGET_OS_FAMILY_windows
    1.30 +# include "thread_windows.inline.hpp"
    1.31 +#endif
    1.32  
    1.33  
    1.34  // Implementation of InterpreterMacroAssembler

mercurial