src/share/vm/opto/escape.cpp

changeset 3971
6c5b7a6becc8
parent 3969
1d7922586cf6
child 4106
7eca5de9e0b6
     1.1 --- a/src/share/vm/opto/escape.cpp	Fri Jul 27 16:14:15 2012 -0700
     1.2 +++ b/src/share/vm/opto/escape.cpp	Mon Jul 30 09:49:25 2012 -0700
     1.3 @@ -1055,7 +1055,7 @@
     1.4        C->log()->text("%s", (iterations >= CG_BUILD_ITER_LIMIT) ? "iterations" : "time");
     1.5        C->log()->end_elem(" limit'");
     1.6      }
     1.7 -    assert(false, err_msg("infinite EA connection graph build (%f sec, %d iterations) with %d nodes and worklist size %d",
     1.8 +    assert(false, err_msg_res("infinite EA connection graph build (%f sec, %d iterations) with %d nodes and worklist size %d",
     1.9             time.seconds(), iterations, nodes_size(), ptnodes_worklist.length()));
    1.10      // Possible infinite build_connection_graph loop,
    1.11      // bailout (no changes to ideal graph were made).

mercurial