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:
Goetz Lindenmaier 2013-04-24 20:55:28 -04:00 committed by Dean Long
parent 9ce964ad38
commit 3f42e9e118
10 changed files with 514 additions and 246 deletions

View file

@ -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");