comparison src/share/vm/memory/compactingPermGenGen.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 c7f3d0b4570f
children
comparison
equal deleted inserted replaced
6007:5c86f8211d1e 6008:b632e80fc9dc
1 /* 1 /*
2 * Copyright (c) 2003, 2011, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 2003, 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.
228 char** mc_top, char* mc_end); 228 char** mc_top, char* mc_end);
229 static void* find_matching_vtbl_ptr(void** vtbl_list, 229 static void* find_matching_vtbl_ptr(void** vtbl_list,
230 void* new_vtable_start, 230 void* new_vtable_start,
231 void* obj); 231 void* obj);
232 232
233 void verify(bool allow_dirty); 233 void verify();
234 234
235 // Serialization 235 // Serialization
236 static void initialize_oops() KERNEL_RETURN; 236 static void initialize_oops() KERNEL_RETURN;
237 static void serialize_oops(SerializeOopClosure* soc); 237 static void serialize_oops(SerializeOopClosure* soc);
238 void serialize_bts(SerializeOopClosure* soc); 238 void serialize_bts(SerializeOopClosure* soc);