hotspot/src/share/vm/opto/output.cpp
changeset 16371 5a0b66604a5b
parent 14623 70c4c1be0a14
child 16625 85b229ed3f41
--- a/hotspot/src/share/vm/opto/output.cpp	Tue Mar 19 10:31:16 2013 +0100
+++ b/hotspot/src/share/vm/opto/output.cpp	Tue Mar 19 07:20:15 2013 -0700
@@ -2518,6 +2518,7 @@
     // Schedule the remaining instructions in the block
     while ( _available.size() > 0 ) {
       Node *n = ChooseNodeToBundle();
+      guarantee(n != NULL, "no nodes available");
       AddNodeToBundle(n,bb);
     }