OSDN Git Service

Previous changes put unlinkedJavaLangClass on the heap. It makes
authorBarry Hayes <bhayes@google.com>
Mon, 8 Mar 2010 21:57:34 +0000 (13:57 -0800)
committerBarry Hayes <bhayes@google.com>
Mon, 8 Mar 2010 22:21:03 +0000 (14:21 -0800)
commitb4bad121113179f15934d0f97a613232158bc559
treef569d22d2ce1acee6401b9d0df496c430da05058
parent575cba490198959913af6c4b4599f39f5532551e
Previous changes put unlinkedJavaLangClass on the heap.  It makes
HprofReader unhappy, because it has a NULL class.  So now we won't
dump objects with a NULL class. This also suppresses dumping of
uninitialized objects.

Change-Id: Ie6713d4e665ab6e518f13338367ee874903e2862
vm/hprof/HprofHeap.c