src/share/vm/adlc/main.cpp

changeset 4323
f0c2369fda5a
parent 4161
d336b3173277
child 5000
a6e09d6dd8e5
equal deleted inserted replaced
4320:c5d414e98fd4 4323:f0c2369fda5a
210 // Add includes 210 // Add includes
211 AD.addInclude(AD._CPP_file, "precompiled.hpp"); 211 AD.addInclude(AD._CPP_file, "precompiled.hpp");
212 AD.addInclude(AD._CPP_file, "adfiles", get_basename(AD._VM_file._name)); 212 AD.addInclude(AD._CPP_file, "adfiles", get_basename(AD._VM_file._name));
213 AD.addInclude(AD._CPP_file, "adfiles", get_basename(AD._HPP_file._name)); 213 AD.addInclude(AD._CPP_file, "adfiles", get_basename(AD._HPP_file._name));
214 AD.addInclude(AD._CPP_file, "memory/allocation.inline.hpp"); 214 AD.addInclude(AD._CPP_file, "memory/allocation.inline.hpp");
215 AD.addInclude(AD._CPP_file, "asm/assembler.hpp"); 215 AD.addInclude(AD._CPP_file, "asm/macroAssembler.inline.hpp");
216 AD.addInclude(AD._CPP_file, "code/vmreg.hpp"); 216 AD.addInclude(AD._CPP_file, "code/vmreg.hpp");
217 AD.addInclude(AD._CPP_file, "gc_interface/collectedHeap.inline.hpp"); 217 AD.addInclude(AD._CPP_file, "gc_interface/collectedHeap.inline.hpp");
218 AD.addInclude(AD._CPP_file, "oops/compiledICHolder.hpp"); 218 AD.addInclude(AD._CPP_file, "oops/compiledICHolder.hpp");
219 AD.addInclude(AD._CPP_file, "oops/markOop.hpp"); 219 AD.addInclude(AD._CPP_file, "oops/markOop.hpp");
220 AD.addInclude(AD._CPP_file, "oops/method.hpp"); 220 AD.addInclude(AD._CPP_file, "oops/method.hpp");
229 AD.addInclude(AD._CPP_file, "runtime/biasedLocking.hpp"); 229 AD.addInclude(AD._CPP_file, "runtime/biasedLocking.hpp");
230 AD.addInclude(AD._CPP_file, "runtime/sharedRuntime.hpp"); 230 AD.addInclude(AD._CPP_file, "runtime/sharedRuntime.hpp");
231 AD.addInclude(AD._CPP_file, "runtime/stubRoutines.hpp"); 231 AD.addInclude(AD._CPP_file, "runtime/stubRoutines.hpp");
232 AD.addInclude(AD._CPP_file, "utilities/growableArray.hpp"); 232 AD.addInclude(AD._CPP_file, "utilities/growableArray.hpp");
233 #ifdef TARGET_ARCH_x86 233 #ifdef TARGET_ARCH_x86
234 AD.addInclude(AD._CPP_file, "assembler_x86.inline.hpp");
235 AD.addInclude(AD._CPP_file, "nativeInst_x86.hpp"); 234 AD.addInclude(AD._CPP_file, "nativeInst_x86.hpp");
236 AD.addInclude(AD._CPP_file, "vmreg_x86.inline.hpp"); 235 AD.addInclude(AD._CPP_file, "vmreg_x86.inline.hpp");
237 #endif 236 #endif
238 #ifdef TARGET_ARCH_sparc 237 #ifdef TARGET_ARCH_sparc
239 AD.addInclude(AD._CPP_file, "assembler_sparc.inline.hpp");
240 AD.addInclude(AD._CPP_file, "nativeInst_sparc.hpp"); 238 AD.addInclude(AD._CPP_file, "nativeInst_sparc.hpp");
241 AD.addInclude(AD._CPP_file, "vmreg_sparc.inline.hpp"); 239 AD.addInclude(AD._CPP_file, "vmreg_sparc.inline.hpp");
242 #endif 240 #endif
243 #ifdef TARGET_ARCH_arm 241 #ifdef TARGET_ARCH_arm
244 AD.addInclude(AD._CPP_file, "assembler_arm.inline.hpp");
245 AD.addInclude(AD._CPP_file, "nativeInst_arm.hpp"); 242 AD.addInclude(AD._CPP_file, "nativeInst_arm.hpp");
246 AD.addInclude(AD._CPP_file, "vmreg_arm.inline.hpp"); 243 AD.addInclude(AD._CPP_file, "vmreg_arm.inline.hpp");
247 #endif 244 #endif
248 AD.addInclude(AD._HPP_file, "memory/allocation.hpp"); 245 AD.addInclude(AD._HPP_file, "memory/allocation.hpp");
249 AD.addInclude(AD._HPP_file, "opto/machnode.hpp"); 246 AD.addInclude(AD._HPP_file, "opto/machnode.hpp");

mercurial