--- a/hotspot/src/share/vm/opto/block.hpp Mon Nov 21 00:57:43 2011 -0800
+++ b/hotspot/src/share/vm/opto/block.hpp Wed Sep 14 09:22:51 2011 +0200
@@ -281,6 +281,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);