hotspot/src/share/vm/runtime/stubCodeGenerator.cpp
void StubCodeGenerator::stub_epilog(StubCodeDesc* cdesc) {
{- -------------------------------------------
(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.