hotspot/src/share/vm/adlc/main.cpp
changeset 33628 09241459a8b8
parent 30764 fec48bf5a827
child 42063 dca9294d9f59
equal deleted inserted replaced
33627:c5b7455f846e 33628:09241459a8b8
   219   AD.addInclude(AD._CPP_file, "oops/compiledICHolder.hpp");
   219   AD.addInclude(AD._CPP_file, "oops/compiledICHolder.hpp");
   220   AD.addInclude(AD._CPP_file, "oops/markOop.hpp");
   220   AD.addInclude(AD._CPP_file, "oops/markOop.hpp");
   221   AD.addInclude(AD._CPP_file, "oops/method.hpp");
   221   AD.addInclude(AD._CPP_file, "oops/method.hpp");
   222   AD.addInclude(AD._CPP_file, "oops/oop.inline.hpp");
   222   AD.addInclude(AD._CPP_file, "oops/oop.inline.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/intrinsicnode.hpp");
   224   AD.addInclude(AD._CPP_file, "opto/locknode.hpp");
   225   AD.addInclude(AD._CPP_file, "opto/locknode.hpp");
   225   AD.addInclude(AD._CPP_file, "opto/opcodes.hpp");
   226   AD.addInclude(AD._CPP_file, "opto/opcodes.hpp");
   226   AD.addInclude(AD._CPP_file, "opto/regalloc.hpp");
   227   AD.addInclude(AD._CPP_file, "opto/regalloc.hpp");
   227   AD.addInclude(AD._CPP_file, "opto/regmask.hpp");
   228   AD.addInclude(AD._CPP_file, "opto/regmask.hpp");
   228   AD.addInclude(AD._CPP_file, "opto/runtime.hpp");
   229   AD.addInclude(AD._CPP_file, "opto/runtime.hpp");
   254   AD.addInclude(AD._CPP_PIPELINE_file, "precompiled.hpp");
   255   AD.addInclude(AD._CPP_PIPELINE_file, "precompiled.hpp");
   255   AD.addInclude(AD._CPP_PIPELINE_file, "adfiles", get_basename(AD._HPP_file._name));
   256   AD.addInclude(AD._CPP_PIPELINE_file, "adfiles", get_basename(AD._HPP_file._name));
   256   AD.addInclude(AD._DFA_file, "precompiled.hpp");
   257   AD.addInclude(AD._DFA_file, "precompiled.hpp");
   257   AD.addInclude(AD._DFA_file, "adfiles", get_basename(AD._HPP_file._name));
   258   AD.addInclude(AD._DFA_file, "adfiles", get_basename(AD._HPP_file._name));
   258   AD.addInclude(AD._DFA_file, "opto/cfgnode.hpp");  // Use PROB_MAX in predicate.
   259   AD.addInclude(AD._DFA_file, "opto/cfgnode.hpp");  // Use PROB_MAX in predicate.
       
   260   AD.addInclude(AD._DFA_file, "opto/intrinsicnode.hpp");
   259   AD.addInclude(AD._DFA_file, "opto/matcher.hpp");
   261   AD.addInclude(AD._DFA_file, "opto/matcher.hpp");
   260   AD.addInclude(AD._DFA_file, "opto/opcodes.hpp");
   262   AD.addInclude(AD._DFA_file, "opto/opcodes.hpp");
   261   AD.addInclude(AD._DFA_file, "opto/convertnode.hpp");
   263   AD.addInclude(AD._DFA_file, "opto/convertnode.hpp");
   262   // Make sure each .cpp file starts with include lines:
   264   // Make sure each .cpp file starts with include lines:
   263   // files declaring and defining generators for Mach* Objects (hpp,cpp)
   265   // files declaring and defining generators for Mach* Objects (hpp,cpp)