mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8030863: PPC64: (part 220): ConstantTableBase for calls between args and jvms
Add ConstantTableBase node edge after parameters and before jvms. Adapt jvms offsets. Reviewed-by: kvn
This commit is contained in:
parent
20057cd46c
commit
9c10079653
10 changed files with 94 additions and 39 deletions
|
@ -306,6 +306,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