hotspot/src/share/vm/services/memoryPool.cpp
void MemoryPool::set_gc_usage_sensor_obj(instanceHandle sh) {
{- -------------------------------------------
(1) MemoryPool::set_sensor_obj_at() を呼び出して,
引数で渡されてきた sun.management.Sensor オブジェクトに
対応づけた SensorInfo オブジェクトを作り,
_gc_usage_sensor フィールドに設定する.
---------------------------------------- -}
set_sensor_obj_at(&_gc_usage_sensor, sh);
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.