hotspot/src/cpu/x86/vm/interp_masm_x86_32.cpp
changeset 7397 5b173b4ca846
parent 6453 970dc585ab63
child 7889 02144432d0e1
equal deleted inserted replaced
7396:518b01b064ff 7397:5b173b4ca846
    20  * or visit www.oracle.com if you need additional information or have any
    20  * or visit www.oracle.com if you need additional information or have any
    21  * questions.
    21  * questions.
    22  *
    22  *
    23  */
    23  */
    24 
    24 
    25 #include "incls/_precompiled.incl"
    25 #include "precompiled.hpp"
    26 #include "incls/_interp_masm_x86_32.cpp.incl"
    26 #include "interp_masm_x86_32.hpp"
       
    27 #include "interpreter/interpreter.hpp"
       
    28 #include "interpreter/interpreterRuntime.hpp"
       
    29 #include "oops/arrayOop.hpp"
       
    30 #include "oops/markOop.hpp"
       
    31 #include "oops/methodDataOop.hpp"
       
    32 #include "oops/methodOop.hpp"
       
    33 #include "prims/jvmtiExport.hpp"
       
    34 #include "prims/jvmtiRedefineClassesTrace.hpp"
       
    35 #include "prims/jvmtiThreadState.hpp"
       
    36 #include "runtime/basicLock.hpp"
       
    37 #include "runtime/biasedLocking.hpp"
       
    38 #include "runtime/sharedRuntime.hpp"
       
    39 #ifdef TARGET_OS_FAMILY_linux
       
    40 # include "thread_linux.inline.hpp"
       
    41 #endif
       
    42 #ifdef TARGET_OS_FAMILY_solaris
       
    43 # include "thread_solaris.inline.hpp"
       
    44 #endif
       
    45 #ifdef TARGET_OS_FAMILY_windows
       
    46 # include "thread_windows.inline.hpp"
       
    47 #endif
    27 
    48 
    28 
    49 
    29 // Implementation of InterpreterMacroAssembler
    50 // Implementation of InterpreterMacroAssembler
    30 #ifdef CC_INTERP
    51 #ifdef CC_INTERP
    31 void InterpreterMacroAssembler::get_method(Register reg) {
    52 void InterpreterMacroAssembler::get_method(Register reg) {