comparison src/share/vm/memory/universe.hpp @ 6154:5142b5110214

Merge
author asaha
date Tue, 08 May 2012 07:29:27 -0700
parents b632e80fc9dc
children 765ee2d1674b d2a62e0f25eb
comparison
equal deleted inserted replaced
6153:aa07e41a9f80 6154:5142b5110214
1 /* 1 /*
2 * Copyright (c) 1997, 2011, 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.
410 // For sharing -- fill in a list of known vtable pointers. 410 // For sharing -- fill in a list of known vtable pointers.
411 static void init_self_patching_vtbl_list(void** list, int count); 411 static void init_self_patching_vtbl_list(void** list, int count);
412 412
413 // Debugging 413 // Debugging
414 static bool verify_in_progress() { return _verify_in_progress; } 414 static bool verify_in_progress() { return _verify_in_progress; }
415 static void verify(bool allow_dirty = true, bool silent = false, 415 static void verify(bool silent = false,
416 VerifyOption option = VerifyOption_Default ); 416 VerifyOption option = VerifyOption_Default );
417 static int verify_count() { return _verify_count; } 417 static int verify_count() { return _verify_count; }
418 // The default behavior is to call print_on() on gclog_or_tty. 418 // The default behavior is to call print_on() on gclog_or_tty.
419 static void print(); 419 static void print();
420 // The extended parameter determines which method on the heap will 420 // The extended parameter determines which method on the heap will