mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 19:44:41 +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
|
@ -172,7 +172,8 @@ ArchDesc::ArchDesc()
|
|||
_internalOps(cmpstr,hashstr, Form::arena),
|
||||
_internalMatch(cmpstr,hashstr, Form::arena),
|
||||
_chainRules(cmpstr,hashstr, Form::arena),
|
||||
_cisc_spill_operand(NULL) {
|
||||
_cisc_spill_operand(NULL),
|
||||
_needs_clone_jvms(false) {
|
||||
|
||||
// Initialize the opcode to MatchList table with NULLs
|
||||
for( int i=0; i<_last_opcode; ++i ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue