Code Review for main-hotspot-outputStream-new

Prepared by:Goetz on Tue Jan 22 15:04:52 CET 2013
Workspace:/net/usr.work/d045726/oJ/8/main-hotspot-outputStream-new
Compare against: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot
Compare against version:4028
Summary of changes: 136 lines changed: 4 ins; 1 del; 131 mod; 8804 unchg
Patch of changes: main-hotspot-outputStream-new.patch
Legend: Modified file
Deleted file
New file

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New Patch Raw src/share/vm/compiler/oopMap.cpp

rev 4029 : 8005055: pass output stream to more opto debug routines

Pass output stream to node->dump() and everything reachable
from there.
Fix usage of output stream in print_register_type() in oopMap.cpp and
in MachNullCheckNode::format().
Initialize _node_regs_max_index so that node_regs_max_index()  == 0
indicates that registers of a node can be accessed.  This is useful in
debug output.
1 line changed: 0 ins; 0 del; 1 mod; 692 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New Patch Raw src/share/vm/opto/callnode.cpp

rev 4029 : 8005055: pass output stream to more opto debug routines

Pass output stream to node->dump() and everything reachable
from there.
Fix usage of output stream in print_register_type() in oopMap.cpp and
in MachNullCheckNode::format().
Initialize _node_regs_max_index so that node_regs_max_index()  == 0
indicates that registers of a node can be accessed.  This is useful in
debug output.
31 lines changed: 2 ins; 0 del; 29 mod; 1688 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New Patch Raw src/share/vm/opto/callnode.hpp

rev 4029 : 8005055: pass output stream to more opto debug routines

Pass output stream to node->dump() and everything reachable
from there.
Fix usage of output stream in print_register_type() in oopMap.cpp and
in MachNullCheckNode::format().
Initialize _node_regs_max_index so that node_regs_max_index()  == 0
indicates that registers of a node can be accessed.  This is useful in
debug output.
3 lines changed: 0 ins; 0 del; 3 mod; 988 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New Patch Raw src/share/vm/opto/machnode.cpp

rev 4029 : 8005055: pass output stream to more opto debug routines

Pass output stream to node->dump() and everything reachable
from there.
Fix usage of output stream in print_register_type() in oopMap.cpp and
in MachNullCheckNode::format().
Initialize _node_regs_max_index so that node_regs_max_index()  == 0
indicates that registers of a node can be accessed.  This is useful in
debug output.
1 line changed: 0 ins; 0 del; 1 mod; 763 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New Patch Raw src/share/vm/opto/node.cpp

rev 4029 : 8005055: pass output stream to more opto debug routines

Pass output stream to node->dump() and everything reachable
from there.
Fix usage of output stream in print_register_type() in oopMap.cpp and
in MachNullCheckNode::format().
Initialize _node_regs_max_index so that node_regs_max_index()  == 0
indicates that registers of a node can be accessed.  This is useful in
debug output.
63 lines changed: 0 ins; 1 del; 62 mod; 2010 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New Patch Raw src/share/vm/opto/node.hpp

rev 4029 : 8005055: pass output stream to more opto debug routines

Pass output stream to node->dump() and everything reachable
from there.
Fix usage of output stream in print_register_type() in oopMap.cpp and
in MachNullCheckNode::format().
Initialize _node_regs_max_index so that node_regs_max_index()  == 0
indicates that registers of a node can be accessed.  This is useful in
debug output.
5 lines changed: 1 ins; 0 del; 4 mod; 1577 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New Patch Raw src/share/vm/opto/optoreg.hpp

rev 4029 : 8005055: pass output stream to more opto debug routines

Pass output stream to node->dump() and everything reachable
from there.
Fix usage of output stream in print_register_type() in oopMap.cpp and
in MachNullCheckNode::format().
Initialize _node_regs_max_index so that node_regs_max_index()  == 0
indicates that registers of a node can be accessed.  This is useful in
debug output.
1 line changed: 0 ins; 0 del; 1 mod; 199 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New Patch Raw src/share/vm/opto/regalloc.cpp

rev 4029 : 8005055: pass output stream to more opto debug routines

Pass output stream to node->dump() and everything reachable
from there.
Fix usage of output stream in print_register_type() in oopMap.cpp and
in MachNullCheckNode::format().
Initialize _node_regs_max_index so that node_regs_max_index()  == 0
indicates that registers of a node can be accessed.  This is useful in
debug output.
1 line changed: 1 ins; 0 del; 0 mod; 127 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New Patch Raw src/share/vm/opto/regmask.cpp

rev 4029 : 8005055: pass output stream to more opto debug routines

Pass output stream to node->dump() and everything reachable
from there.
Fix usage of output stream in print_register_type() in oopMap.cpp and
in MachNullCheckNode::format().
Initialize _node_regs_max_index so that node_regs_max_index()  == 0
indicates that registers of a node can be accessed.  This is useful in
debug output.
29 lines changed: 0 ins; 0 del; 29 mod; 427 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New Patch Raw src/share/vm/opto/regmask.hpp

rev 4029 : 8005055: pass output stream to more opto debug routines

Pass output stream to node->dump() and everything reachable
from there.
Fix usage of output stream in print_register_type() in oopMap.cpp and
in MachNullCheckNode::format().
Initialize _node_regs_max_index so that node_regs_max_index()  == 0
indicates that registers of a node can be accessed.  This is useful in
debug output.
1 line changed: 0 ins; 0 del; 1 mod; 333 unchg

This code review page was prepared using /usr/local/bin/webrev.ksh (vers 23.18-hg).