comparison src/share/vm/gc_implementation/shared/mutableNUMASpace.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 f95d63e2154a
children d2a62e0f25eb
comparison
equal deleted inserted replaced
6007:5c86f8211d1e 6008:b632e80fc9dc
1 /* 1 /*
2 * Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 2006, 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.
223 virtual HeapWord* cas_allocate(size_t word_size); 223 virtual HeapWord* cas_allocate(size_t word_size);
224 224
225 // Debugging 225 // Debugging
226 virtual void print_on(outputStream* st) const; 226 virtual void print_on(outputStream* st) const;
227 virtual void print_short_on(outputStream* st) const; 227 virtual void print_short_on(outputStream* st) const;
228 virtual void verify(bool allow_dirty); 228 virtual void verify();
229 229
230 virtual void set_top(HeapWord* value); 230 virtual void set_top(HeapWord* value);
231 }; 231 };
232 232
233 #endif // SHARE_VM_GC_IMPLEMENTATION_SHARED_MUTABLENUMASPACE_HPP 233 #endif // SHARE_VM_GC_IMPLEMENTATION_SHARED_MUTABLENUMASPACE_HPP