Searched refs:refTypes (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/jdi/
H A DVirtualMachine.java771 * Returns the number of instances of each ReferenceType in the 'refTypes'
782 * @param refTypes the list of {@link ReferenceType} objects for which counts
786 * element in the 'refTypes' list. Element i of the array contains
788 * position i in the 'refTypes' list.
789 * If the 'refTypes' list is empty, a zero-length array is returned.
790 * If a ReferenceType in refTypes has been garbage collected, zero
796 * @throws NullPointerException if the 'refTypes' list is null.
799 long[] instanceCounts(List<? extends ReferenceType> refTypes); argument

Completed in 33 milliseconds