Handle GC triggering while building the initial id_to_obj_tbl
id_to_obj_tbl
GC can trigger while we build the table, and if it sweeps an object with an ID, it may not find it in the id_to_obj table.
id_to_obj
Handle GC triggering while building the initial
id_to_obj_tblGC can trigger while we build the table, and if it sweeps an object
with an ID, it may not find it in the
id_to_objtable.