mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
Merge
This commit is contained in:
commit
c3a0e80e0b
345 changed files with 58071 additions and 1206 deletions
|
@ -241,6 +241,11 @@ int main(int argc, char *argv[])
|
|||
#ifdef TARGET_ARCH_arm
|
||||
AD.addInclude(AD._CPP_file, "nativeInst_arm.hpp");
|
||||
AD.addInclude(AD._CPP_file, "vmreg_arm.inline.hpp");
|
||||
#endif
|
||||
#ifdef TARGET_ARCH_ppc
|
||||
AD.addInclude(AD._CPP_file, "assembler_ppc.inline.hpp");
|
||||
AD.addInclude(AD._CPP_file, "nativeInst_ppc.hpp");
|
||||
AD.addInclude(AD._CPP_file, "vmreg_ppc.inline.hpp");
|
||||
#endif
|
||||
AD.addInclude(AD._HPP_file, "memory/allocation.hpp");
|
||||
AD.addInclude(AD._HPP_file, "opto/machnode.hpp");
|
||||
|
@ -266,6 +271,7 @@ int main(int argc, char *argv[])
|
|||
AD.addInclude(AD._CPP_PIPELINE_file, "adfiles", get_basename(AD._HPP_file._name));
|
||||
AD.addInclude(AD._DFA_file, "precompiled.hpp");
|
||||
AD.addInclude(AD._DFA_file, "adfiles", get_basename(AD._HPP_file._name));
|
||||
AD.addInclude(AD._DFA_file, "opto/cfgnode.hpp"); // Use PROB_MAX in predicate.
|
||||
AD.addInclude(AD._DFA_file, "opto/matcher.hpp");
|
||||
AD.addInclude(AD._DFA_file, "opto/opcodes.hpp");
|
||||
// Make sure each .cpp file starts with include lines:
|
||||
|
@ -299,6 +305,7 @@ int main(int argc, char *argv[])
|
|||
AD.buildInstructMatchCheck(AD._CPP_file._fp); // .cpp
|
||||
// define methods for machine dependent frame management
|
||||
AD.buildFrameMethods(AD._CPP_file._fp); // .cpp
|
||||
AD.generate_needs_clone_jvms(AD._CPP_file._fp);
|
||||
|
||||
// do this last:
|
||||
AD.addPreprocessorChecks(AD._CPP_file._fp); // .cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue