Allocation site for some objects has no trace recorded
by hprof.
During startup, all objects in the heap are
traversed and their OBJECT_ALLOC events are posted in order.
So class ID of an object might be unknown to hprof when
handling its OBJECT_ALLOC event if its class object
resides later in the heap.