src/share/vm/oops/instanceKlass.hpp

changeset 2534
e5383553fd4e
parent 2497
3582bf76420e
child 2638
72dee110246f
equal deleted inserted replaced
2533:c5a923563727 2534: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

mercurial