hotspot/src/share/vm/opto/chaitin.cpp
changeset 18099 45973b036c3e
parent 17013 22a05c7f3314
child 19279 4be3c2e6663c
--- a/hotspot/src/share/vm/opto/chaitin.cpp	Fri Jun 07 16:46:37 2013 -0700
+++ b/hotspot/src/share/vm/opto/chaitin.cpp	Tue Jun 11 16:34:34 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2000, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -435,6 +435,9 @@
     // Insert un-coalesced copies.  Visit all Phis.  Where inputs to a Phi do
     // not match the Phi itself, insert a copy.
     coalesce.insert_copies(_matcher);
+    if (C->failing()) {
+      return;
+    }
   }
 
   // After aggressive coalesce, attempt a first cut at coloring.