hotspot/src/cpu/x86/vm/jniFastGetField_x86_32.cpp
changeset 14626 0cf4eccf130f
parent 7397 5b173b4ca846
child 33589 7cbd1b2c139b
equal deleted inserted replaced
14625:b02f361c324e 14626:0cf4eccf130f
    21  * questions.
    21  * questions.
    22  *
    22  *
    23  */
    23  */
    24 
    24 
    25 #include "precompiled.hpp"
    25 #include "precompiled.hpp"
    26 #include "assembler_x86.inline.hpp"
    26 #include "asm/macroAssembler.hpp"
    27 #include "memory/resourceArea.hpp"
    27 #include "memory/resourceArea.hpp"
    28 #include "prims/jniFastGetField.hpp"
    28 #include "prims/jniFastGetField.hpp"
    29 #include "prims/jvm_misc.hpp"
    29 #include "prims/jvm_misc.hpp"
    30 #include "runtime/safepoint.hpp"
    30 #include "runtime/safepoint.hpp"
    31 
    31