hotspot/src/share/vm/gc_implementation/shared/markSweep.hpp
  void restore() {
  {- -------------------------------------------
  (1) oopDesc::set_mark() で mark 値の復帰を行う.
      ---------------------------------------- -}
        _obj->set_mark(_mark);
      }
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.