check liveness of cc->klass and cc->cme_
cc->klass and cc->cme_ can be free'ed while last marking so that it should be checked bofore updating the pointers.
cc->klass
cc->cme_
Note that T_MOVED is living, but is_live_object() returns false.
T_MOVED
is_live_object()
check liveness of cc->klass and cc->cme_
cc->klassandcc->cme_can be free'ed while last markingso that it should be checked bofore updating the pointers.
Note that
T_MOVEDis living, butis_live_object()returns false.