hotspot/src/share/vm/prims/jvmtiImpl.hpp
{- -------------------------------------------
(1) GrowableCache::append() を呼び出すだけ
---------------------------------------- -}
void append(JvmtiBreakpoint& e) { _cache.append((GrowableElement *) &e); }
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.