# HG changeset patch # User kvn # Date 1422642470 28800 # Node ID f46bff88dc9fa4f93d1c175538fc1d276937e74b # Parent a51071796915153c089c941a3b175538b052aa47 8071534: assert(!failing()) failed: Must not have pending failure. Reason is: out of memory Summary: Add missing C->failing() check after Connection graph construction. Reviewed-by: iveresov diff -r a51071796915 -r f46bff88dc9f src/share/vm/opto/escape.cpp --- a/src/share/vm/opto/escape.cpp Wed Jan 21 12:38:11 2015 +0100 +++ b/src/share/vm/opto/escape.cpp Fri Jan 30 10:27:50 2015 -0800 @@ -205,6 +205,11 @@ _verify = false; } #endif + // Bytecode analyzer BCEscapeAnalyzer, used for Call nodes + // processing, calls to CI to resolve symbols (types, fields, methods) + // referenced in bytecode. During symbol resolution VM may throw + // an exception which CI cleans and converts to compilation failure. + if (C->failing()) return false; // 2. Finish Graph construction by propagating references to all // java objects through graph.