hotspot/src/share/vm/opto/gcm.cpp
changeset 3186 11ba3d09bd0e
parent 2875 549b4d80b29e
child 5547 f4b087cbb361
--- a/hotspot/src/share/vm/opto/gcm.cpp	Wed Jul 01 15:06:54 2009 -0700
+++ b/hotspot/src/share/vm/opto/gcm.cpp	Wed Jul 01 20:22:18 2009 -0700
@@ -1130,6 +1130,9 @@
         Node *def = self->in(1);
         if (def != NULL && def->bottom_type()->base() == Type::RawPtr) {
           early->add_inst(self);
+#ifdef ASSERT
+          _raw_oops.push(def);
+#endif
           continue;
         }
         break;