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

/openjdk7/jdk/src/share/classes/com/sun/management/
H A DThreadMXBean.java141 * @see #isThreadAllocatedMemoryEnabled
174 * @see #isThreadAllocatedMemoryEnabled
202 public boolean isThreadAllocatedMemoryEnabled(); method in interface:ThreadMXBean
/openjdk7/jdk/test/com/sun/management/ThreadMXBean/
H A DThreadAllocatedMemory.java52 if (mbean.isThreadAllocatedMemoryEnabled()) {
56 if (mbean.isThreadAllocatedMemoryEnabled()) {
72 if (!mbean.isThreadAllocatedMemoryEnabled()) {
76 if (!mbean.isThreadAllocatedMemoryEnabled()) {
H A DThreadAllocatedMemoryArray.java64 if (mbean.isThreadAllocatedMemoryEnabled()) {
68 if (mbean.isThreadAllocatedMemoryEnabled()) {
89 if (!mbean.isThreadAllocatedMemoryEnabled()) {
93 if (!mbean.isThreadAllocatedMemoryEnabled()) {
/openjdk7/jdk/src/share/classes/sun/management/
H A DVMManagement.java47 public boolean isThreadAllocatedMemoryEnabled(); method in interface:VMManagement
H A DThreadImpl.java56 this.allocatedMemoryEnabled = jvm.isThreadAllocatedMemoryEnabled();
108 public boolean isThreadAllocatedMemoryEnabled() { method in class:ThreadImpl
339 return isThreadAllocatedMemoryEnabled();
H A DVMManagementImpl.java111 public native boolean isThreadAllocatedMemoryEnabled(); method in class:VMManagementImpl

Completed in 75 milliseconds