Top


定義場所(file name)

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

名前(function name)

void JavaThread::gc_epilogue() {

本体部(body)

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

      frames_do(frame_gc_epilogue);
    }

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