Top


定義場所(file name)

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

名前(function name)

void StubCodeGenerator::stub_epilog(StubCodeDesc* cdesc) {

本体部(body)

  {- -------------------------------------------
  (1) cdesc 引数で渡された StubCodeDesc オブジェクトを内部のフィールドに記録するだけ.
      ---------------------------------------- -}

      // default implementation - record the cdesc
      if (_first_stub == NULL)  _first_stub = cdesc;
      _last_stub = cdesc;
    }

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