comparison src/share/vm/opto/regalloc.cpp @ 7957:0d26ce8e9251

Merge
author acorn
date Mon, 28 Jan 2013 10:34:07 -0500
parents a7114d3d712e
children de6a9e811145 15120a36272d
comparison
equal deleted inserted replaced
7956:16fb9f942703 7957:0d26ce8e9251
38 Matcher &matcher, 38 Matcher &matcher,
39 void (*pr_stats)() ): 39 void (*pr_stats)() ):
40 Phase(Register_Allocation), _cfg(cfg), _matcher(matcher), 40 Phase(Register_Allocation), _cfg(cfg), _matcher(matcher),
41 _node_oops(Thread::current()->resource_area()), 41 _node_oops(Thread::current()->resource_area()),
42 _node_regs(0), 42 _node_regs(0),
43 _node_regs_max_index(0),
43 _framesize(0xdeadbeef) 44 _framesize(0xdeadbeef)
44 { 45 {
45 int i; 46 int i;
46 47
47 for (i=0; i < _num_allocators; i++) { 48 for (i=0; i < _num_allocators; i++) {