Top


定義場所(file name)

jdk/src/share/classes/sun/management/MemoryPoolImpl.java

名前(function name)

    public long getCollectionUsageThresholdCount() {

本体部(body)

            if (!isCollectionUsageThresholdSupported()) {
                throw new UnsupportedOperationException(
                    "CollectionUsage threshold is not supported");
            }

            return gcSensor.getCount();
        }

This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.