comparison src/share/vm/oops/instanceKlass.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 3582bf76420e
children 72dee110246f
comparison
equal deleted inserted replaced
2226:c5a923563727 2227:e5383553fd4e
1 /* 1 /*
2 * Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 1997, 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.
738 738
739 // Parallel Old 739 // Parallel Old
740 void follow_static_fields(ParCompactionManager* cm); 740 void follow_static_fields(ParCompactionManager* cm);
741 void copy_static_fields(ParCompactionManager* cm); 741 void copy_static_fields(ParCompactionManager* cm);
742 void update_static_fields(); 742 void update_static_fields();
743 void update_static_fields(HeapWord* beg_addr, HeapWord* end_addr);
744 #endif // SERIALGC 743 #endif // SERIALGC
745 744
746 // Naming 745 // Naming
747 const char* signature_name() const; 746 const char* signature_name() const;
748 747