src/share/vm/opto/gcm.cpp

changeset 3040
c7b60b601eb4
parent 2708
1d1603768966
child 3311
1bd45abaa507
     1.1 --- a/src/share/vm/opto/gcm.cpp	Wed Jul 27 15:06:35 2011 -0700
     1.2 +++ b/src/share/vm/opto/gcm.cpp	Wed Jul 27 17:28:36 2011 -0700
     1.3 @@ -1137,7 +1137,7 @@
     1.4  
     1.5      // No uses, just terminate
     1.6      if (self->outcnt() == 0) {
     1.7 -      assert(self->Opcode() == Op_MachProj, "sanity");
     1.8 +      assert(self->is_MachProj(), "sanity");
     1.9        continue;                   // Must be a dead machine projection
    1.10      }
    1.11  

mercurial