hotspot/src/share/vm/runtime/fieldDescriptor.hpp
void set_is_field_access_watched(const bool value)
{- -------------------------------------------
(1) value 引数の価に応じて, _access_flags の JVM_ACC_FIELD_ACCESS_WATCHED ビットを立てる(あるいはクリアする)だけ.
---------------------------------------- -}
{ _access_flags.set_is_field_access_watched(value); }
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.