--- old/src/share/vm/opto/callnode.hpp 2015-06-09 15:16:37.820006456 +0200 +++ new/src/share/vm/opto/callnode.hpp 2015-06-09 15:16:37.030375081 +0200 @@ -626,7 +626,7 @@ // 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); + void extract_projections(CallProjections* projs, bool separate_io_proj, bool do_asserts = true); virtual uint match_edge(uint idx) const;