Top


定義場所(file name)

hotspot/src/share/vm/runtime/thread.cpp

名前(function name)

void JavaThread::gc_prologue() {

本体部(body)

  {- -------------------------------------------
  (1) このスレッドのスタックフレームにある全てのフレームについて, frame_gc_prologue 関数を適用する.
      ---------------------------------------- -}

      frames_do(frame_gc_prologue);
    }

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