src/share/vm/gc_implementation/shared/immutableSpace.hpp

changeset 3711
b632e80fc9dc
parent 2314
f95d63e2154a
child 3900
d2a62e0f25eb
equal deleted inserted replaced
3710:5c86f8211d1e 3711:b632e80fc9dc
1 /* 1 /*
2 * Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 2001, 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.
63 virtual void object_iterate(ObjectClosure* cl); 63 virtual void object_iterate(ObjectClosure* cl);
64 64
65 // Debugging 65 // Debugging
66 virtual void print() const PRODUCT_RETURN; 66 virtual void print() const PRODUCT_RETURN;
67 virtual void print_short() const PRODUCT_RETURN; 67 virtual void print_short() const PRODUCT_RETURN;
68 virtual void verify(bool allow_dirty); 68 virtual void verify();
69 }; 69 };
70 70
71 #endif // SHARE_VM_GC_IMPLEMENTATION_SHARED_IMMUTABLESPACE_HPP 71 #endif // SHARE_VM_GC_IMPLEMENTATION_SHARED_IMMUTABLESPACE_HPP

mercurial