comparison src/share/vm/oops/cpCacheOop.hpp @ 2227:e5383553fd4e

7014851: Remove unused parallel compaction code Summary: Removed. Reviewed-by: jcoomes, brutisso
author stefank
date Tue, 08 Feb 2011 12:33:19 +0100
parents c5a923563727
children 8033953d67ff
comparison
equal deleted inserted replaced
2226:c5a923563727 2227:e5383553fd4e
1 /* 1 /*
2 * Copyright (c) 1998, 2010, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 1998, 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.
285 // Parallel Old 285 // Parallel Old
286 void follow_contents(ParCompactionManager* cm); 286 void follow_contents(ParCompactionManager* cm);
287 #endif // SERIALGC 287 #endif // SERIALGC
288 288
289 void update_pointers(); 289 void update_pointers();
290 void update_pointers(HeapWord* beg_addr, HeapWord* end_addr);
291 290
292 // RedefineClasses() API support: 291 // RedefineClasses() API support:
293 // If this constantPoolCacheEntry refers to old_method then update it 292 // If this constantPoolCacheEntry refers to old_method then update it
294 // to refer to new_method. 293 // to refer to new_method.
295 // trace_name_printed is set to true if the current call has 294 // trace_name_printed is set to true if the current call has