equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2001, 2010, 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. |
338 bool must_be_oldest() const { return false; } |
338 bool must_be_oldest() const { return false; } |
339 |
339 |
340 // PrintHeapAtGC support. |
340 // PrintHeapAtGC support. |
341 void print_on(outputStream* st) const; |
341 void print_on(outputStream* st) const; |
342 |
342 |
343 void verify(bool allow_dirty); |
343 void verify(); |
344 |
344 |
345 bool promo_failure_scan_is_complete() const { |
345 bool promo_failure_scan_is_complete() const { |
346 return _promo_failure_scan_stack.is_empty(); |
346 return _promo_failure_scan_stack.is_empty(); |
347 } |
347 } |
348 |
348 |