hotspot/src/share/vm/opto/gcm.cpp
changeset 3186 11ba3d09bd0e
parent 2875 549b4d80b29e
child 5547 f4b087cbb361
equal deleted inserted replaced
3181:9ab470566076 3186:11ba3d09bd0e
  1128         // Don't move CheckCastPP nodes away from their input, if the input
  1128         // Don't move CheckCastPP nodes away from their input, if the input
  1129         // is a rawptr (5071820).
  1129         // is a rawptr (5071820).
  1130         Node *def = self->in(1);
  1130         Node *def = self->in(1);
  1131         if (def != NULL && def->bottom_type()->base() == Type::RawPtr) {
  1131         if (def != NULL && def->bottom_type()->base() == Type::RawPtr) {
  1132           early->add_inst(self);
  1132           early->add_inst(self);
       
  1133 #ifdef ASSERT
       
  1134           _raw_oops.push(def);
       
  1135 #endif
  1133           continue;
  1136           continue;
  1134         }
  1137         }
  1135         break;
  1138         break;
  1136       }
  1139       }
  1137     }
  1140     }