< prev index next >

src/hotspot/share/adlc/main.cpp

Print this page

198   AD.addSunCopyright(legal_text, legal_sz, AD._CPP_EXPAND_file._fp);    // .cpp
199   AD.addSunCopyright(legal_text, legal_sz, AD._CPP_FORMAT_file._fp);    // .cpp
200   AD.addSunCopyright(legal_text, legal_sz, AD._CPP_GEN_file._fp);       // .cpp
201   AD.addSunCopyright(legal_text, legal_sz, AD._CPP_MISC_file._fp);      // .cpp
202   AD.addSunCopyright(legal_text, legal_sz, AD._CPP_PEEPHOLE_file._fp);  // .cpp
203   AD.addSunCopyright(legal_text, legal_sz, AD._CPP_PIPELINE_file._fp);  // .cpp
204   AD.addSunCopyright(legal_text, legal_sz, AD._VM_file._fp);            // .hpp
205   AD.addSunCopyright(legal_text, legal_sz, AD._DFA_file._fp);           // .cpp
206   // Add include guards for all .hpp files
207   AD.addIncludeGuardStart(AD._HPP_file, "GENERATED_ADFILES_AD_HPP");        // .hpp
208   AD.addIncludeGuardStart(AD._VM_file, "GENERATED_ADFILES_ADGLOBALS_HPP");  // .hpp
209   // Add includes
210   AD.addInclude(AD._CPP_file, "precompiled.hpp");
211   AD.addInclude(AD._CPP_file, "adfiles", get_basename(AD._VM_file._name));
212   AD.addInclude(AD._CPP_file, "adfiles", get_basename(AD._HPP_file._name));
213   AD.addInclude(AD._CPP_file, "memory/allocation.inline.hpp");
214   AD.addInclude(AD._CPP_file, "code/codeCache.hpp");
215   AD.addInclude(AD._CPP_file, "code/compiledIC.hpp");
216   AD.addInclude(AD._CPP_file, "code/nativeInst.hpp");
217   AD.addInclude(AD._CPP_file, "code/vmreg.inline.hpp");

218   AD.addInclude(AD._CPP_file, "gc/shared/collectedHeap.inline.hpp");
219   AD.addInclude(AD._CPP_file, "oops/compiledICHolder.hpp");
220   AD.addInclude(AD._CPP_file, "oops/compressedOops.hpp");
221   AD.addInclude(AD._CPP_file, "oops/markWord.hpp");
222   AD.addInclude(AD._CPP_file, "oops/method.hpp");
223   AD.addInclude(AD._CPP_file, "oops/oop.inline.hpp");
224   AD.addInclude(AD._CPP_file, "opto/c2_MacroAssembler.hpp");
225   AD.addInclude(AD._CPP_file, "opto/cfgnode.hpp");
226   AD.addInclude(AD._CPP_file, "opto/intrinsicnode.hpp");
227   AD.addInclude(AD._CPP_file, "opto/locknode.hpp");
228   AD.addInclude(AD._CPP_file, "opto/opcodes.hpp");
229   AD.addInclude(AD._CPP_file, "opto/regalloc.hpp");
230   AD.addInclude(AD._CPP_file, "opto/regmask.hpp");
231   AD.addInclude(AD._CPP_file, "opto/runtime.hpp");
232   AD.addInclude(AD._CPP_file, "runtime/safepointMechanism.hpp");
233   AD.addInclude(AD._CPP_file, "runtime/sharedRuntime.hpp");
234   AD.addInclude(AD._CPP_file, "runtime/stubRoutines.hpp");
235   AD.addInclude(AD._CPP_file, "utilities/growableArray.hpp");
236   AD.addInclude(AD._CPP_file, "utilities/powerOfTwo.hpp");
237   AD.addInclude(AD._HPP_file, "memory/allocation.hpp");

198   AD.addSunCopyright(legal_text, legal_sz, AD._CPP_EXPAND_file._fp);    // .cpp
199   AD.addSunCopyright(legal_text, legal_sz, AD._CPP_FORMAT_file._fp);    // .cpp
200   AD.addSunCopyright(legal_text, legal_sz, AD._CPP_GEN_file._fp);       // .cpp
201   AD.addSunCopyright(legal_text, legal_sz, AD._CPP_MISC_file._fp);      // .cpp
202   AD.addSunCopyright(legal_text, legal_sz, AD._CPP_PEEPHOLE_file._fp);  // .cpp
203   AD.addSunCopyright(legal_text, legal_sz, AD._CPP_PIPELINE_file._fp);  // .cpp
204   AD.addSunCopyright(legal_text, legal_sz, AD._VM_file._fp);            // .hpp
205   AD.addSunCopyright(legal_text, legal_sz, AD._DFA_file._fp);           // .cpp
206   // Add include guards for all .hpp files
207   AD.addIncludeGuardStart(AD._HPP_file, "GENERATED_ADFILES_AD_HPP");        // .hpp
208   AD.addIncludeGuardStart(AD._VM_file, "GENERATED_ADFILES_ADGLOBALS_HPP");  // .hpp
209   // Add includes
210   AD.addInclude(AD._CPP_file, "precompiled.hpp");
211   AD.addInclude(AD._CPP_file, "adfiles", get_basename(AD._VM_file._name));
212   AD.addInclude(AD._CPP_file, "adfiles", get_basename(AD._HPP_file._name));
213   AD.addInclude(AD._CPP_file, "memory/allocation.inline.hpp");
214   AD.addInclude(AD._CPP_file, "code/codeCache.hpp");
215   AD.addInclude(AD._CPP_file, "code/compiledIC.hpp");
216   AD.addInclude(AD._CPP_file, "code/nativeInst.hpp");
217   AD.addInclude(AD._CPP_file, "code/vmreg.inline.hpp");
218   AD.addInclude(AD._CPP_file, "gc/shared/barrierSetAssembler.hpp");
219   AD.addInclude(AD._CPP_file, "gc/shared/collectedHeap.inline.hpp");
220   AD.addInclude(AD._CPP_file, "oops/compiledICHolder.hpp");
221   AD.addInclude(AD._CPP_file, "oops/compressedOops.hpp");
222   AD.addInclude(AD._CPP_file, "oops/markWord.hpp");
223   AD.addInclude(AD._CPP_file, "oops/method.hpp");
224   AD.addInclude(AD._CPP_file, "oops/oop.inline.hpp");
225   AD.addInclude(AD._CPP_file, "opto/c2_MacroAssembler.hpp");
226   AD.addInclude(AD._CPP_file, "opto/cfgnode.hpp");
227   AD.addInclude(AD._CPP_file, "opto/intrinsicnode.hpp");
228   AD.addInclude(AD._CPP_file, "opto/locknode.hpp");
229   AD.addInclude(AD._CPP_file, "opto/opcodes.hpp");
230   AD.addInclude(AD._CPP_file, "opto/regalloc.hpp");
231   AD.addInclude(AD._CPP_file, "opto/regmask.hpp");
232   AD.addInclude(AD._CPP_file, "opto/runtime.hpp");
233   AD.addInclude(AD._CPP_file, "runtime/safepointMechanism.hpp");
234   AD.addInclude(AD._CPP_file, "runtime/sharedRuntime.hpp");
235   AD.addInclude(AD._CPP_file, "runtime/stubRoutines.hpp");
236   AD.addInclude(AD._CPP_file, "utilities/growableArray.hpp");
237   AD.addInclude(AD._CPP_file, "utilities/powerOfTwo.hpp");
238   AD.addInclude(AD._HPP_file, "memory/allocation.hpp");
< prev index next >