memoryPool.cpp revision 2273
1472N/A * or visit www.oracle.com if you need additional information or have any
1879N/A#include "precompiled.hpp"
1879N/A#include "classfile/systemDictionary.hpp"
1879N/A#include "classfile/vmSymbols.hpp"
1879N/A#include "oops/oop.inline.hpp"
1879N/A#include "runtime/handles.inline.hpp"
1879N/A#include "runtime/javaCalls.hpp"
1879N/A#include "services/lowMemoryDetector.hpp"
1879N/A#include "services/management.hpp"
1879N/A#include "services/memoryManager.hpp"
1879N/A#include "services/memoryPool.hpp"
0N/A bool support_usage_threshold,
0N/A bool support_gc_threshold) {
0N/A _available_for_allocation = true;
0N/A _num_managers = 0;
0N/A jlong gc_usage_threshold_value = (_gc_usage_threshold->is_high_threshold_supported() ? 0 : -1L);
0N/A bool support_usage_threshold) :
0N/A bool support_usage_threshold) :
0N/A bool support_usage_threshold) :
0N/A bool support_usage_threshold) :
0N/ACodeHeapPool::CodeHeapPool(CodeHeap* codeHeap, const char* name, bool support_usage_threshold) :