aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/x86/vm/runtime_x86_32.cpp
diff options
context:
space:
mode:
authortwisti <none@none>2012-11-30 15:23:16 -0800
committertwisti <none@none>2012-11-30 15:23:16 -0800
commit15f6289293cd9c043821d864c48d50734e74ae66 (patch)
tree940d676cfaa4b72b19cb661cefb3acd951264921 /src/cpu/x86/vm/runtime_x86_32.cpp
parent97af567120be05d5fb4aa23a24d872cd6d31eb34 (diff)
8003240: x86: move MacroAssembler into separate file
Reviewed-by: kvn
Diffstat (limited to 'src/cpu/x86/vm/runtime_x86_32.cpp')
-rw-r--r--src/cpu/x86/vm/runtime_x86_32.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/cpu/x86/vm/runtime_x86_32.cpp b/src/cpu/x86/vm/runtime_x86_32.cpp
index c932f9fa2..1cc10d766 100644
--- a/src/cpu/x86/vm/runtime_x86_32.cpp
+++ b/src/cpu/x86/vm/runtime_x86_32.cpp
@@ -24,12 +24,11 @@
#include "precompiled.hpp"
#ifdef COMPILER2
-#include "asm/assembler.hpp"
-#include "assembler_x86.inline.hpp"
+#include "asm/macroAssembler.hpp"
+#include "asm/macroAssembler.inline.hpp"
#include "classfile/systemDictionary.hpp"
#include "code/vmreg.hpp"
#include "interpreter/interpreter.hpp"
-#include "nativeInst_x86.hpp"
#include "opto/runtime.hpp"
#include "runtime/interfaceSupport.hpp"
#include "runtime/sharedRuntime.hpp"