comparison src/share/vm/adlc/archDesc.cpp @ 14456:abec000618bf

Merge
author kvn
date Tue, 28 Jan 2014 12:25:34 -0800
parents d16be2b85802 ad6695638a35
children cd5d10655495
comparison
equal deleted inserted replaced
14269:2a8891e0a082 14456:abec000618bf
144 _preproc_table(cmpstr,hashstr, Form::arena), 144 _preproc_table(cmpstr,hashstr, Form::arena),
145 _idealIndex(cmpstr,hashstr, Form::arena), 145 _idealIndex(cmpstr,hashstr, Form::arena),
146 _internalOps(cmpstr,hashstr, Form::arena), 146 _internalOps(cmpstr,hashstr, Form::arena),
147 _internalMatch(cmpstr,hashstr, Form::arena), 147 _internalMatch(cmpstr,hashstr, Form::arena),
148 _chainRules(cmpstr,hashstr, Form::arena), 148 _chainRules(cmpstr,hashstr, Form::arena),
149 _cisc_spill_operand(NULL) { 149 _cisc_spill_operand(NULL),
150 _needs_clone_jvms(false) {
150 151
151 // Initialize the opcode to MatchList table with NULLs 152 // Initialize the opcode to MatchList table with NULLs
152 for( int i=0; i<_last_opcode; ++i ) { 153 for( int i=0; i<_last_opcode; ++i ) {
153 _mlistab[i] = NULL; 154 _mlistab[i] = NULL;
154 } 155 }