comparison src/share/vm/oops/objArrayKlass.hpp @ 6008:b632e80fc9dc

4988100: oop_verify_old_oop appears to be dead Summary: removed oop_verify_old_oop and allow_dirty. Also reviewed by: alexlamsl@gmail.com Reviewed-by: jmasa, jwilhelm
author brutisso
date Mon, 16 Apr 2012 08:57:18 +0200
parents 069ab3f976d3
children da91efe96a93
comparison
equal deleted inserted replaced
6007:5c86f8211d1e 6008:b632e80fc9dc
1 /* 1 /*
2 * Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 1997, 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.
142 #endif //PRODUCT 142 #endif //PRODUCT
143 143
144 // Verification 144 // Verification
145 const char* internal_name() const; 145 const char* internal_name() const;
146 void oop_verify_on(oop obj, outputStream* st); 146 void oop_verify_on(oop obj, outputStream* st);
147 void oop_verify_old_oop(oop obj, oop* p, bool allow_dirty);
148 void oop_verify_old_oop(oop obj, narrowOop* p, bool allow_dirty);
149 }; 147 };
150 148
151 #endif // SHARE_VM_OOPS_OBJARRAYKLASS_HPP 149 #endif // SHARE_VM_OOPS_OBJARRAYKLASS_HPP