comparison src/share/vm/precompiled/precompiled.hpp @ 6595:aaf61e68b255

6818524: G1: use ergonomic resizing of PLABs Summary: Employ PLABStats instances to record information about survivor and old PLABs, and use the recorded stats to adjust the sizes of survivor and old PLABS. Reviewed-by: johnc, ysr Contributed-by: Brandon Mitchell <brandon@twitter.com>
author johnc
date Mon, 06 Aug 2012 12:20:14 -0700
parents 9f059abe8cf2
children da91efe96a93
comparison
equal deleted inserted replaced
6265:ef437ea56651 6595:aaf61e68b255
1 /* 1 /*
2 * Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 2010, 2012, 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.
304 # include "gc_implementation/g1/g1OopClosures.hpp" 304 # include "gc_implementation/g1/g1OopClosures.hpp"
305 # include "gc_implementation/g1/g1_globals.hpp" 305 # include "gc_implementation/g1/g1_globals.hpp"
306 # include "gc_implementation/g1/g1_specialized_oop_closures.hpp" 306 # include "gc_implementation/g1/g1_specialized_oop_closures.hpp"
307 # include "gc_implementation/g1/ptrQueue.hpp" 307 # include "gc_implementation/g1/ptrQueue.hpp"
308 # include "gc_implementation/g1/satbQueue.hpp" 308 # include "gc_implementation/g1/satbQueue.hpp"
309 # include "gc_implementation/parNew/parGCAllocBuffer.hpp"
310 # include "gc_implementation/parNew/parOopClosures.hpp" 309 # include "gc_implementation/parNew/parOopClosures.hpp"
311 # include "gc_implementation/parallelScavenge/objectStartArray.hpp" 310 # include "gc_implementation/parallelScavenge/objectStartArray.hpp"
312 # include "gc_implementation/parallelScavenge/parMarkBitMap.hpp" 311 # include "gc_implementation/parallelScavenge/parMarkBitMap.hpp"
313 # include "gc_implementation/parallelScavenge/parallelScavengeHeap.hpp" 312 # include "gc_implementation/parallelScavenge/parallelScavengeHeap.hpp"
314 # include "gc_implementation/parallelScavenge/psAdaptiveSizePolicy.hpp" 313 # include "gc_implementation/parallelScavenge/psAdaptiveSizePolicy.hpp"
320 # include "gc_implementation/parallelScavenge/psPermGen.hpp" 319 # include "gc_implementation/parallelScavenge/psPermGen.hpp"
321 # include "gc_implementation/parallelScavenge/psVirtualspace.hpp" 320 # include "gc_implementation/parallelScavenge/psVirtualspace.hpp"
322 # include "gc_implementation/parallelScavenge/psYoungGen.hpp" 321 # include "gc_implementation/parallelScavenge/psYoungGen.hpp"
323 # include "gc_implementation/shared/gcAdaptivePolicyCounters.hpp" 322 # include "gc_implementation/shared/gcAdaptivePolicyCounters.hpp"
324 # include "gc_implementation/shared/gcPolicyCounters.hpp" 323 # include "gc_implementation/shared/gcPolicyCounters.hpp"
324 # include "gc_implementation/shared/parGCAllocBuffer.hpp"
325 #endif // SERIALGC 325 #endif // SERIALGC
326 326
327 #endif // !DONT_USE_PRECOMPILED_HEADER 327 #endif // !DONT_USE_PRECOMPILED_HEADER