src/share/vm/adlc/archDesc.cpp

changeset 6499
ad3b94907eed
parent 5997
59e8ad757e19
child 6503
a9becfeecd1b
equal deleted inserted replaced
6498:5da8bb64b370 6499: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 }

mercurial