Top


定義場所(file name)

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

名前(function name)

    public long getUsageThresholdCount() {

本体部(body)

            if (!isUsageThresholdSupported()) {
                throw new UnsupportedOperationException(
                    "Usage threshold is not supported");
            }

            return usageSensor.getCount();
        }

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