OSDN Git Service

No longer exciting.
authorAndy McFadden <fadden@android.com>
Wed, 15 Sep 2010 17:32:20 +0000 (10:32 -0700)
committerAndy McFadden <fadden@android.com>
Wed, 15 Sep 2010 17:46:33 +0000 (10:46 -0700)
Bug 3001709.

Change-Id: I7cb2033265f419b8a0cfc148cbc8e976686489d9

vm/oo/Array.c

index 9749f77..a2f21e6 100644 (file)
@@ -513,9 +513,9 @@ static ClassObject* createArrayClass(const char* descriptor, Object* loader)
          * Another thread must have loaded the class after we
          * started but before we finished.  Discard what we've
          * done and leave some hints for the GC.
+         *
+         * (Yes, this happens.)
          */
-        LOGI("WOW: somebody generated %s simultaneously\n",
-            newClass->descriptor);
 
         /* Clean up the class before letting the
          * GC get its hands on it.