comparison src/share/vm/graal/graalCodeInstaller.hpp @ 10411:67fa9b3e10ed

renamed codeInstaller_<cpu>.hpp to graalCodeInstaller_<cpu>.hpp
author Doug Simon <doug.simon@oracle.com>
date Wed, 19 Jun 2013 15:46:28 +0200
parents 0f7ca53be929
children 0ba44a5a8420
comparison
equal deleted inserted replaced
10410:9062da84cd75 10411:67fa9b3e10ed
112 void process_exception_handlers(); 112 void process_exception_handlers();
113 113
114 }; 114 };
115 115
116 #ifdef TARGET_ARCH_x86 116 #ifdef TARGET_ARCH_x86
117 # include "codeInstaller_x86.hpp" 117 # include "graalCodeInstaller_x86.hpp"
118 #endif 118 #endif
119 #ifdef TARGET_ARCH_sparc 119 #ifdef TARGET_ARCH_sparc
120 # include "codeInstaller_sparc.hpp" 120 # include "graalCodeInstaller_sparc.hpp"
121 #endif 121 #endif
122 #ifdef TARGET_ARCH_zero 122 #ifdef TARGET_ARCH_zero
123 # error 123 # error
124 #endif 124 #endif
125 #ifdef TARGET_ARCH_arm 125 #ifdef TARGET_ARCH_arm