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:
Goetz Lindenmaier 2013-12-20 13:51:14 +01:00
parent 20057cd46c
commit 9c10079653
10 changed files with 94 additions and 39 deletions

View file

@ -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 ) {