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

/openjdk7/jdk/src/share/classes/sun/management/
H A DThreadImpl.java48 private boolean allocatedMemoryEnabled; field in class:ThreadImpl
56 this.allocatedMemoryEnabled = jvm.isThreadAllocatedMemoryEnabled();
113 return allocatedMemoryEnabled;
362 if (allocatedMemoryEnabled != enable) {
365 allocatedMemoryEnabled = enable;

Completed in 30 milliseconds