comparison src/share/vm/opto/idealGraphPrinter.cpp @ 10111:8373c19be854

8011621: live_ranges_in_separate_class.patch Reviewed-by: kvn, roland Contributed-by: niclas.adlertz@oracle.com
author neliasso
date Tue, 16 Apr 2013 10:08:41 +0200
parents 203f64878aab
children d1034bd8cefc
comparison
equal deleted inserted replaced
10109:1c6887c9afaa 10111:8373c19be854
614 614
615 if (_chaitin && _chaitin != (PhaseChaitin *)0xdeadbeef) { 615 if (_chaitin && _chaitin != (PhaseChaitin *)0xdeadbeef) {
616 buffer[0] = 0; 616 buffer[0] = 0;
617 _chaitin->dump_register(node, buffer); 617 _chaitin->dump_register(node, buffer);
618 print_prop("reg", buffer); 618 print_prop("reg", buffer);
619 print_prop("lrg", _chaitin->n2lidx(node)); 619 print_prop("lrg", _chaitin->_lrg_map.live_range_id(node));
620 } 620 }
621 621
622 node->_in_dump_cnt--; 622 node->_in_dump_cnt--;
623 #endif 623 #endif
624 624