hotspot/src/share/vm/memory/referenceProcessor.cpp
{- -------------------------------------------
(1) _referent_addr フィールドを NULL にする.
---------------------------------------- -}
// NULL out referent pointer.
inline void clear_referent() { oop_store_raw(_referent_addr, NULL); }
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.