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

/openjdk7/jdk/src/share/classes/com/sun/management/
H A DThreadMXBean.java144 public long getThreadAllocatedBytes(long id); method in interface:ThreadMXBean
156 * {@link #getThreadAllocatedBytes(long)}
172 * @see #getThreadAllocatedBytes(long)
177 public long[] getThreadAllocatedBytes(long[] ids); method in interface:ThreadMXBean
/openjdk7/jdk/test/com/sun/management/ThreadMXBean/
H A DThreadAllocatedMemory.java27 * @summary Basic test of ThreadMXBean.getThreadAllocatedBytes
64 long s = mbean.getThreadAllocatedBytes(id);
81 long size = mbean.getThreadAllocatedBytes(id);
92 long size1 = mbean.getThreadAllocatedBytes(id);
112 sizes[i] = mbean.getThreadAllocatedBytes(threads[i].getId());
127 long newSize = mbean.getThreadAllocatedBytes(threads[i].getId());
219 long size1 = mbean.getThreadAllocatedBytes(getId());
221 long size2 = mbean.getThreadAllocatedBytes(getId());
H A DThreadAllocatedMemoryArray.java27 * @summary Basic test of ThreadMXBean.getThreadAllocatedBytes(long[])
73 long sizes[] = mbean.getThreadAllocatedBytes(ids);
98 sizes = mbean.getThreadAllocatedBytes(ids);
120 long[] sizes1 = mbean.getThreadAllocatedBytes(ids);
136 sizes = mbean.getThreadAllocatedBytes(null);
144 sizes = mbean.getThreadAllocatedBytes(ids);
/openjdk7/jdk/src/share/classes/sun/management/
H A DThreadImpl.java323 public long getThreadAllocatedBytes(long id) { method in class:ThreadImpl
326 final long[] sizes = getThreadAllocatedBytes(ids);
342 public long[] getThreadAllocatedBytes(long[] ids) { method in class:ThreadImpl

Completed in 32 milliseconds