src/cpu/x86/vm/jniFastGetField_x86_64.cpp

Print this page

        

*** 20,31 **** * or visit www.oracle.com if you need additional information or have any * questions. * */ ! # include "incls/_precompiled.incl" ! # include "incls/_jniFastGetField_x86_64.cpp.incl" #define __ masm-> #define BUFFER_SIZE 30*wordSize --- 20,35 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #include "precompiled.hpp" ! #include "assembler_x86.inline.hpp" ! #include "memory/resourceArea.hpp" ! #include "prims/jniFastGetField.hpp" ! #include "prims/jvm_misc.hpp" ! #include "runtime/safepoint.hpp" #define __ masm-> #define BUFFER_SIZE 30*wordSize