comparison src/share/vm/gc_implementation/parallelScavenge/psYoungGen.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 c9ca3f51cf41
children d2a62e0f25eb
comparison
equal deleted inserted replaced
6007:5c86f8211d1e 6008:b632e80fc9dc
1 /* 1 /*
2 * Copyright (c) 2001, 2011, 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.
179 void print() const; 179 void print() const;
180 void print_on(outputStream* st) const; 180 void print_on(outputStream* st) const;
181 void print_used_change(size_t prev_used) const; 181 void print_used_change(size_t prev_used) const;
182 virtual const char* name() const { return "PSYoungGen"; } 182 virtual const char* name() const { return "PSYoungGen"; }
183 183
184 void verify(bool allow_dirty); 184 void verify();
185 185
186 // Space boundary invariant checker 186 // Space boundary invariant checker
187 void space_invariants() PRODUCT_RETURN; 187 void space_invariants() PRODUCT_RETURN;
188 188
189 // Helper for mangling survivor spaces. 189 // Helper for mangling survivor spaces.