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

/openjdk7/hotspot/src/share/vm/services/
H A DthreadService.cpp49 bool ThreadService::_thread_allocated_memory_enabled = false; member in class:ThreadService
89 _thread_allocated_memory_enabled = true; // Always on, so enable it
190 bool prev = _thread_allocated_memory_enabled;
191 _thread_allocated_memory_enabled = flag;
H A DthreadService.hpp68 static bool _thread_allocated_memory_enabled; member in class:ThreadService

Completed in 34 milliseconds