comparison src/share/vm/adlc/archDesc.cpp @ 17791:ad3b94907eed

8030863: PPC64: (part 220): ConstantTableBase for calls between args and jvms Summary: Add ConstantTableBase node edge after parameters and before jvms. Adapt jvms offsets. Reviewed-by: kvn
author goetz
date Fri, 20 Dec 2013 13:51:14 +0100
parents 59e8ad757e19
children abec000618bf a9becfeecd1b
comparison
equal deleted inserted replaced
17790:5da8bb64b370 17791:ad3b94907eed
170 _preproc_table(cmpstr,hashstr, Form::arena), 170 _preproc_table(cmpstr,hashstr, Form::arena),
171 _idealIndex(cmpstr,hashstr, Form::arena), 171 _idealIndex(cmpstr,hashstr, Form::arena),
172 _internalOps(cmpstr,hashstr, Form::arena), 172 _internalOps(cmpstr,hashstr, Form::arena),
173 _internalMatch(cmpstr,hashstr, Form::arena), 173 _internalMatch(cmpstr,hashstr, Form::arena),
174 _chainRules(cmpstr,hashstr, Form::arena), 174 _chainRules(cmpstr,hashstr, Form::arena),
175 _cisc_spill_operand(NULL) { 175 _cisc_spill_operand(NULL),
176 _needs_clone_jvms(false) {
176 177
177 // Initialize the opcode to MatchList table with NULLs 178 // Initialize the opcode to MatchList table with NULLs
178 for( int i=0; i<_last_opcode; ++i ) { 179 for( int i=0; i<_last_opcode; ++i ) {
179 _mlistab[i] = NULL; 180 _mlistab[i] = NULL;
180 } 181 }