hotspot/src/share/vm/classfile/javaClasses.cpp
void java_lang_Thread::set_thread(oop java_thread, JavaThread* thread) {
{- -------------------------------------------
(1) oopDesc::address_field_put() で eetop フィールドに値をセットするだけ.
(java_lang_Thread::_eetop_offset を引数として呼び出す)
---------------------------------------- -}
java_thread->address_field_put(_eetop_offset, (address)thread);
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.