--- old/src/share/vm/opto/block.hpp 2011-09-05 15:55:59.272615909 +0200 +++ new/src/share/vm/opto/block.hpp 2011-09-05 15:55:59.105347791 +0200 @@ -277,6 +277,8 @@ // Find and remove n from block list void find_remove( const Node *n ); + // helper function that adds caller save registers to MachProjNode + void add_call_kills(MachProjNode *proj, RegMask& regs, const char* save_policy, bool exclude_soe); // Schedule a call next in the block uint sched_call(Matcher &matcher, Block_Array &bbs, uint node_cnt, Node_List &worklist, int *ready_cnt, MachCallNode *mcall, VectorSet &next_call);