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