comparison src/share/vm/precompiled/precompiled.hpp @ 20360:833b0f92429a

8046598: Scalable Native memory tracking development Summary: Enhance scalability of native memory tracking Reviewed-by: coleenp, ctornqvi, gtriantafill
author zgu
date Wed, 27 Aug 2014 08:19:12 -0400
parents c49dcaf78a65
children 7848fc12602b
comparison
equal deleted inserted replaced
20359:4d3a43351904 20360:833b0f92429a
1 /* 1 /*
2 * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 2010, 2014, Oracle and/or its affiliates. All rights reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 * 4 *
5 * This code is free software; you can redistribute it and/or modify it 5 * This code is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 only, as 6 * under the terms of the GNU General Public License version 2 only, as
7 * published by the Free Software Foundation. 7 * published by the Free Software Foundation.
218 # include "runtime/vframe.hpp" 218 # include "runtime/vframe.hpp"
219 # include "runtime/virtualspace.hpp" 219 # include "runtime/virtualspace.hpp"
220 # include "runtime/vmThread.hpp" 220 # include "runtime/vmThread.hpp"
221 # include "runtime/vm_operations.hpp" 221 # include "runtime/vm_operations.hpp"
222 # include "runtime/vm_version.hpp" 222 # include "runtime/vm_version.hpp"
223 # include "services/allocationSite.hpp"
223 # include "services/lowMemoryDetector.hpp" 224 # include "services/lowMemoryDetector.hpp"
225 # include "services/mallocTracker.hpp"
226 # include "services/memBaseline.hpp"
224 # include "services/memoryPool.hpp" 227 # include "services/memoryPool.hpp"
225 # include "services/memoryService.hpp" 228 # include "services/memoryService.hpp"
226 # include "services/memoryUsage.hpp" 229 # include "services/memoryUsage.hpp"
230 # include "services/memReporter.hpp"
231 # include "services/memTracker.hpp"
232 # include "services/nmtCommon.hpp"
233 # include "services/virtualMemoryTracker.hpp"
227 # include "utilities/accessFlags.hpp" 234 # include "utilities/accessFlags.hpp"
228 # include "utilities/array.hpp" 235 # include "utilities/array.hpp"
229 # include "utilities/bitMap.hpp" 236 # include "utilities/bitMap.hpp"
230 # include "utilities/bitMap.inline.hpp" 237 # include "utilities/bitMap.inline.hpp"
231 # include "utilities/constantTag.hpp" 238 # include "utilities/constantTag.hpp"
235 # include "utilities/globalDefinitions.hpp" 242 # include "utilities/globalDefinitions.hpp"
236 # include "utilities/growableArray.hpp" 243 # include "utilities/growableArray.hpp"
237 # include "utilities/hashtable.hpp" 244 # include "utilities/hashtable.hpp"
238 # include "utilities/histogram.hpp" 245 # include "utilities/histogram.hpp"
239 # include "utilities/macros.hpp" 246 # include "utilities/macros.hpp"
247 # include "utilities/nativeCallStack.hpp"
240 # include "utilities/numberSeq.hpp" 248 # include "utilities/numberSeq.hpp"
241 # include "utilities/ostream.hpp" 249 # include "utilities/ostream.hpp"
242 # include "utilities/preserveException.hpp" 250 # include "utilities/preserveException.hpp"
243 # include "utilities/sizes.hpp" 251 # include "utilities/sizes.hpp"
244 # include "utilities/taskqueue.hpp" 252 # include "utilities/taskqueue.hpp"