src/share/vm/opto/block.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/opto/block.hpp	Tue Nov 27 18:44:51 2012
--- new/src/share/vm/opto/block.hpp	Tue Nov 27 18:44:51 2012

*** 290,300 **** --- 290,300 ---- Node *select(PhaseCFG *cfg, Node_List &worklist, GrowableArray<int> &ready_cnt, VectorSet &next_call, uint sched_slot); void set_next_call( Node *n, VectorSet &next_call, Block_Array &bbs ); void needed_for_next_call(Node *this_call, VectorSet &next_call, Block_Array &bbs); bool schedule_local(PhaseCFG *cfg, Matcher &m, GrowableArray<int> &ready_cnt, VectorSet &next_call); // Cleanup if any code lands between a Call and his Catch ! void call_catch_cleanup(Block_Array &bbs, Compile *C); // Detect implicit-null-check opportunities. Basically, find NULL checks // with suitable memory ops nearby. Use the memory op to do the NULL check. // I can generate a memory op if there is not one nearby. void implicit_null_check(PhaseCFG *cfg, Node *proj, Node *val, int allowed_reasons);

src/share/vm/opto/block.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File