src/cpu/x86/vm/jniFastGetField_x86_64.cpp

changeset 2314
f95d63e2154a
parent 2103
3e8fbc61cee8
child 4318
cd3d6a6b95d9
     1.1 --- a/src/cpu/x86/vm/jniFastGetField_x86_64.cpp	Tue Nov 23 15:01:43 2010 -0500
     1.2 +++ b/src/cpu/x86/vm/jniFastGetField_x86_64.cpp	Tue Nov 23 13:22:55 2010 -0800
     1.3 @@ -22,8 +22,12 @@
     1.4   *
     1.5   */
     1.6  
     1.7 -# include "incls/_precompiled.incl"
     1.8 -# include "incls/_jniFastGetField_x86_64.cpp.incl"
     1.9 +#include "precompiled.hpp"
    1.10 +#include "assembler_x86.inline.hpp"
    1.11 +#include "memory/resourceArea.hpp"
    1.12 +#include "prims/jniFastGetField.hpp"
    1.13 +#include "prims/jvm_misc.hpp"
    1.14 +#include "runtime/safepoint.hpp"
    1.15  
    1.16  #define __ masm->
    1.17  

mercurial