comparison src/share/vm/gc_implementation/parallelScavenge/psYoungGen.hpp @ 3251:eda9eb483d29

6841742: par compact - remove unused/unsupported options Summary: ignore UseParallel{OldGCDensePrefix,OldGCCompacting,DensePrefixUpdate} Reviewed-by: jwilhelm, brutisso
author jcoomes
date Thu, 07 Apr 2011 17:16:20 -0700
parents f95d63e2154a
children c9ca3f51cf41
comparison
equal deleted inserted replaced
3250:9c4f56ff88e9 3251:eda9eb483d29
1 /* 1 /*
2 * Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 2001, 2011, 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.
125 125
126 void precompact(); 126 void precompact();
127 void adjust_pointers(); 127 void adjust_pointers();
128 void compact(); 128 void compact();
129 129
130 // Parallel Old
131 void move_and_update(ParCompactionManager* cm);
132
133 // Called during/after gc 130 // Called during/after gc
134 void swap_spaces(); 131 void swap_spaces();
135 132
136 // Resize generation using suggested free space size and survivor size 133 // Resize generation using suggested free space size and survivor size
137 // NOTE: "eden_size" and "survivor_size" are suggestions only. Current 134 // NOTE: "eden_size" and "survivor_size" are suggestions only. Current