src/share/vm/opto/gcm.cpp

changeset 3311
1bd45abaa507
parent 3040
c7b60b601eb4
child 3447
cf407b7d3d78
     1.1 --- a/src/share/vm/opto/gcm.cpp	Wed Nov 16 01:39:50 2011 -0800
     1.2 +++ b/src/share/vm/opto/gcm.cpp	Wed Nov 16 09:13:57 2011 -0800
     1.3 @@ -95,7 +95,7 @@
     1.4    assert(in0 != NULL, "Only control-dependent");
     1.5    const Node *p = in0->is_block_proj();
     1.6    if (p != NULL && p != n) {    // Control from a block projection?
     1.7 -    assert(!n->pinned() || n->is_MachConstantBase() || n->is_SafePointScalarObject(), "only pinned MachConstantBase or SafePointScalarObject node is expected here");
     1.8 +    assert(!n->pinned() || n->is_MachConstantBase(), "only pinned MachConstantBase node is expected here");
     1.9      // Find trailing Region
    1.10      Block *pb = _bbs[in0->_idx]; // Block-projection already has basic block
    1.11      uint j = 0;

mercurial