hotspot/src/cpu/x86/vm/cppInterpreter_x86.cpp
changeset 14626 0cf4eccf130f
parent 13743 154102966e74
child 14633 58caa6fc3b7c
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 "asm/assembler.hpp"
    26 #include "asm/macroAssembler.hpp"
    27 #include "interpreter/bytecodeHistogram.hpp"
    27 #include "interpreter/bytecodeHistogram.hpp"
    28 #include "interpreter/cppInterpreter.hpp"
    28 #include "interpreter/cppInterpreter.hpp"
    29 #include "interpreter/interpreter.hpp"
    29 #include "interpreter/interpreter.hpp"
    30 #include "interpreter/interpreterGenerator.hpp"
    30 #include "interpreter/interpreterGenerator.hpp"
    31 #include "interpreter/interpreterRuntime.hpp"
    31 #include "interpreter/interpreterRuntime.hpp"