hotspot/src/share/vm/c1/c1_IR.cpp
changeset 7100 6bcf9255d470
parent 6745 a34ef8968a84
child 7397 5b173b4ca846
--- a/hotspot/src/share/vm/c1/c1_IR.cpp	Wed Oct 13 15:38:14 2010 -0700
+++ b/hotspot/src/share/vm/c1/c1_IR.cpp	Fri Oct 15 09:38:20 2010 +0200
@@ -321,7 +321,7 @@
   void visit(Value* n) {
     // Local instructions and Phis for expression stack values at the
     // start of basic blocks are not added to the instruction list
-    if (!(*n)->is_linked()&& (*n)->can_be_linked()) {
+    if (!(*n)->is_linked() && (*n)->can_be_linked()) {
       assert(false, "a node was not appended to the graph");
       Compilation::current()->bailout("a node was not appended to the graph");
     }