comparison src/share/vm/opto/regalloc.cpp @ 7643:3ac7d10a6572

Merge with hsx25/hotspot.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Thu, 31 Jan 2013 15:42:25 +0100
parents a7114d3d712e
children de6a9e811145 15120a36272d
comparison
equal deleted inserted replaced
7573:17b6a63fe7c2 7643:3ac7d10a6572
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++) {