< prev index next >

src/share/vm/adlc/main.cpp

Print this page
rev 8961 : [mq]: diff-shenandoah.patch


 220   AD.addInclude(AD._CPP_file, "oops/markOop.hpp");
 221   AD.addInclude(AD._CPP_file, "oops/method.hpp");
 222   AD.addInclude(AD._CPP_file, "oops/oop.inline.hpp");
 223   AD.addInclude(AD._CPP_file, "opto/cfgnode.hpp");
 224   AD.addInclude(AD._CPP_file, "opto/locknode.hpp");
 225   AD.addInclude(AD._CPP_file, "opto/opcodes.hpp");
 226   AD.addInclude(AD._CPP_file, "opto/regalloc.hpp");
 227   AD.addInclude(AD._CPP_file, "opto/regmask.hpp");
 228   AD.addInclude(AD._CPP_file, "opto/runtime.hpp");
 229   AD.addInclude(AD._CPP_file, "runtime/biasedLocking.hpp");
 230   AD.addInclude(AD._CPP_file, "runtime/sharedRuntime.hpp");
 231   AD.addInclude(AD._CPP_file, "runtime/stubRoutines.hpp");
 232   AD.addInclude(AD._CPP_file, "utilities/growableArray.hpp");
 233   AD.addInclude(AD._HPP_file, "memory/allocation.hpp");
 234   AD.addInclude(AD._HPP_file, "code/nativeInst.hpp");
 235   AD.addInclude(AD._HPP_file, "opto/machnode.hpp");
 236   AD.addInclude(AD._HPP_file, "opto/node.hpp");
 237   AD.addInclude(AD._HPP_file, "opto/regalloc.hpp");
 238   AD.addInclude(AD._HPP_file, "opto/subnode.hpp");
 239   AD.addInclude(AD._HPP_file, "opto/vectornode.hpp");

 240   AD.addInclude(AD._CPP_CLONE_file, "precompiled.hpp");
 241   AD.addInclude(AD._CPP_CLONE_file, "adfiles", get_basename(AD._HPP_file._name));
 242   AD.addInclude(AD._CPP_EXPAND_file, "precompiled.hpp");
 243   AD.addInclude(AD._CPP_EXPAND_file, "adfiles", get_basename(AD._HPP_file._name));
 244   AD.addInclude(AD._CPP_FORMAT_file, "precompiled.hpp");
 245   AD.addInclude(AD._CPP_FORMAT_file, "adfiles", get_basename(AD._HPP_file._name));
 246   AD.addInclude(AD._CPP_GEN_file, "precompiled.hpp");
 247   AD.addInclude(AD._CPP_GEN_file, "adfiles", get_basename(AD._HPP_file._name));
 248   AD.addInclude(AD._CPP_GEN_file, "opto/cfgnode.hpp");
 249   AD.addInclude(AD._CPP_GEN_file, "opto/locknode.hpp");
 250   AD.addInclude(AD._CPP_MISC_file, "precompiled.hpp");
 251   AD.addInclude(AD._CPP_MISC_file, "adfiles", get_basename(AD._HPP_file._name));
 252   AD.addInclude(AD._CPP_PEEPHOLE_file, "precompiled.hpp");
 253   AD.addInclude(AD._CPP_PEEPHOLE_file, "adfiles", get_basename(AD._HPP_file._name));
 254   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._DFA_file, "precompiled.hpp");
 257   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/matcher.hpp");




 220   AD.addInclude(AD._CPP_file, "oops/markOop.hpp");
 221   AD.addInclude(AD._CPP_file, "oops/method.hpp");
 222   AD.addInclude(AD._CPP_file, "oops/oop.inline.hpp");
 223   AD.addInclude(AD._CPP_file, "opto/cfgnode.hpp");
 224   AD.addInclude(AD._CPP_file, "opto/locknode.hpp");
 225   AD.addInclude(AD._CPP_file, "opto/opcodes.hpp");
 226   AD.addInclude(AD._CPP_file, "opto/regalloc.hpp");
 227   AD.addInclude(AD._CPP_file, "opto/regmask.hpp");
 228   AD.addInclude(AD._CPP_file, "opto/runtime.hpp");
 229   AD.addInclude(AD._CPP_file, "runtime/biasedLocking.hpp");
 230   AD.addInclude(AD._CPP_file, "runtime/sharedRuntime.hpp");
 231   AD.addInclude(AD._CPP_file, "runtime/stubRoutines.hpp");
 232   AD.addInclude(AD._CPP_file, "utilities/growableArray.hpp");
 233   AD.addInclude(AD._HPP_file, "memory/allocation.hpp");
 234   AD.addInclude(AD._HPP_file, "code/nativeInst.hpp");
 235   AD.addInclude(AD._HPP_file, "opto/machnode.hpp");
 236   AD.addInclude(AD._HPP_file, "opto/node.hpp");
 237   AD.addInclude(AD._HPP_file, "opto/regalloc.hpp");
 238   AD.addInclude(AD._HPP_file, "opto/subnode.hpp");
 239   AD.addInclude(AD._HPP_file, "opto/vectornode.hpp");
 240   AD.addInclude(AD._HPP_file, "gc/shenandoah/shenandoahBarrierSet.hpp");
 241   AD.addInclude(AD._CPP_CLONE_file, "precompiled.hpp");
 242   AD.addInclude(AD._CPP_CLONE_file, "adfiles", get_basename(AD._HPP_file._name));
 243   AD.addInclude(AD._CPP_EXPAND_file, "precompiled.hpp");
 244   AD.addInclude(AD._CPP_EXPAND_file, "adfiles", get_basename(AD._HPP_file._name));
 245   AD.addInclude(AD._CPP_FORMAT_file, "precompiled.hpp");
 246   AD.addInclude(AD._CPP_FORMAT_file, "adfiles", get_basename(AD._HPP_file._name));
 247   AD.addInclude(AD._CPP_GEN_file, "precompiled.hpp");
 248   AD.addInclude(AD._CPP_GEN_file, "adfiles", get_basename(AD._HPP_file._name));
 249   AD.addInclude(AD._CPP_GEN_file, "opto/cfgnode.hpp");
 250   AD.addInclude(AD._CPP_GEN_file, "opto/locknode.hpp");
 251   AD.addInclude(AD._CPP_MISC_file, "precompiled.hpp");
 252   AD.addInclude(AD._CPP_MISC_file, "adfiles", get_basename(AD._HPP_file._name));
 253   AD.addInclude(AD._CPP_PEEPHOLE_file, "precompiled.hpp");
 254   AD.addInclude(AD._CPP_PEEPHOLE_file, "adfiles", get_basename(AD._HPP_file._name));
 255   AD.addInclude(AD._CPP_PIPELINE_file, "precompiled.hpp");
 256   AD.addInclude(AD._CPP_PIPELINE_file, "adfiles", get_basename(AD._HPP_file._name));
 257   AD.addInclude(AD._DFA_file, "precompiled.hpp");
 258   AD.addInclude(AD._DFA_file, "adfiles", get_basename(AD._HPP_file._name));
 259   AD.addInclude(AD._DFA_file, "opto/cfgnode.hpp");  // Use PROB_MAX in predicate.
 260   AD.addInclude(AD._DFA_file, "opto/matcher.hpp");


< prev index next >