src/share/vm/opto/callnode.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/opto/callnode.hpp	Tue Jun  9 15:16:37 2015
--- new/src/share/vm/opto/callnode.hpp	Tue Jun  9 15:16:37 2015

*** 624,634 **** --- 624,634 ---- } // Collect all the interesting edges from a call for use in // replacing the call by something else. Used by macro expansion // and the late inlining support. ! void extract_projections(CallProjections* projs, bool separate_io_proj, bool do_asserts = true); virtual uint match_edge(uint idx) const; #ifndef PRODUCT virtual void dump_req(outputStream *st = tty) const;

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