src/share/vm/adlc/main.cpp

changeset 4037
da91efe96a93
parent 3882
8c92982cbbc4
child 4161
d336b3173277
equal deleted inserted replaced
4036:36d1d483d5d6 4037:da91efe96a93
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/assembler.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/compiledICHolderOop.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/methodOop.hpp"); 220 AD.addInclude(AD._CPP_file, "oops/method.hpp");
221 AD.addInclude(AD._CPP_file, "oops/oop.inline.hpp"); 221 AD.addInclude(AD._CPP_file, "oops/oop.inline.hpp");
222 AD.addInclude(AD._CPP_file, "oops/oop.inline2.hpp"); 222 AD.addInclude(AD._CPP_file, "oops/oop.inline2.hpp");
223 AD.addInclude(AD._CPP_file, "opto/cfgnode.hpp"); 223 AD.addInclude(AD._CPP_file, "opto/cfgnode.hpp");
224 AD.addInclude(AD._CPP_file, "opto/locknode.hpp"); 224 AD.addInclude(AD._CPP_file, "opto/locknode.hpp");
225 AD.addInclude(AD._CPP_file, "opto/opcodes.hpp"); 225 AD.addInclude(AD._CPP_file, "opto/opcodes.hpp");

mercurial