Top


定義場所(file name)

hotspot/src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp

名前(function name)

  void set_marking_started() {

本体部(body)

  {- -------------------------------------------
  (1) (単なる setter method)
      ---------------------------------------- -}

        _mark_in_progress = true;
      }

This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.