src/cpu/x86/vm/bytecodeInterpreter_x86.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hotspot Cdiff src/cpu/x86/vm/bytecodeInterpreter_x86.cpp

src/cpu/x86/vm/bytecodeInterpreter_x86.cpp

Print this page
rev 5469 : [mq]: parameters-review

*** 38,52 **** #include "runtime/sharedRuntime.hpp" #include "runtime/stubRoutines.hpp" #include "runtime/synchronizer.hpp" #include "runtime/vframeArray.hpp" #include "utilities/debug.hpp" ! #ifdef TARGET_ARCH_MODEL_x86_32 ! # include "interp_masm_x86_32.hpp" ! #endif ! #ifdef TARGET_ARCH_MODEL_x86_64 ! # include "interp_masm_x86_64.hpp" #endif #ifdef CC_INTERP #endif // CC_INTERP (all) --- 38,49 ---- #include "runtime/sharedRuntime.hpp" #include "runtime/stubRoutines.hpp" #include "runtime/synchronizer.hpp" #include "runtime/vframeArray.hpp" #include "utilities/debug.hpp" ! #ifdef TARGET_ARCH_x86 ! # include "interp_masm_x86.hpp" #endif #ifdef CC_INTERP #endif // CC_INTERP (all)
src/cpu/x86/vm/bytecodeInterpreter_x86.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File