Up Top

実行時コンスタントプールのシンボルの解決処理(resolution)


概要(Summary)

実行中に Constant Pool 中の各シンボルが参照されると, その具体的な値を探す処理(解決処理)が行われる (See: here for details).

実際の解決処理は constantPoolOopDesc クラス及び LinkResolver クラスに実装されている (#TODO) (See: here for details).

参考(for your information)

備考(Notes)

Subcategories


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