comparison src/share/vm/graal/graalCodeInstaller.cpp @ 7125:1baf7f1e3f23

decoupled C++ Graal runtime from C1
author Doug Simon <doug.simon@oracle.com>
date Mon, 03 Dec 2012 15:32:17 +0100
parents 0778b04fc682
children 045c5f8ae689
comparison
equal deleted inserted replaced
7124:ab65fa23f8e9 7125:1baf7f1e3f23
27 #include "graal/graalCompiler.hpp" 27 #include "graal/graalCompiler.hpp"
28 #include "graal/graalCodeInstaller.hpp" 28 #include "graal/graalCodeInstaller.hpp"
29 #include "graal/graalJavaAccess.hpp" 29 #include "graal/graalJavaAccess.hpp"
30 #include "graal/graalCompilerToVM.hpp" 30 #include "graal/graalCompilerToVM.hpp"
31 #include "graal/graalVmIds.hpp" 31 #include "graal/graalVmIds.hpp"
32 #include "c1/c1_Runtime1.hpp" 32 #include "graal/graalRuntime.hpp"
33 #include "classfile/vmSymbols.hpp" 33 #include "classfile/vmSymbols.hpp"
34 #include "vmreg_x86.inline.hpp" 34 #include "vmreg_x86.inline.hpp"
35 35
36 36
37 // TODO this should be handled in a more robust way - not hard coded... 37 // TODO this should be handled in a more robust way - not hard coded...