mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8003853: specify offset of IC load in java_to_interp stub
Refactored code to allow platform-specific differences Reviewed-by: dlong, twisti
This commit is contained in:
parent
9ce964ad38
commit
3f42e9e118
10 changed files with 514 additions and 246 deletions
|
@ -213,6 +213,7 @@ int main(int argc, char *argv[])
|
|||
AD.addInclude(AD._CPP_file, "adfiles", get_basename(AD._HPP_file._name));
|
||||
AD.addInclude(AD._CPP_file, "memory/allocation.inline.hpp");
|
||||
AD.addInclude(AD._CPP_file, "asm/macroAssembler.inline.hpp");
|
||||
AD.addInclude(AD._CPP_file, "code/compiledIC.hpp");
|
||||
AD.addInclude(AD._CPP_file, "code/vmreg.hpp");
|
||||
AD.addInclude(AD._CPP_file, "gc_interface/collectedHeap.inline.hpp");
|
||||
AD.addInclude(AD._CPP_file, "oops/compiledICHolder.hpp");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue