mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 03:24:38 +02:00
4988100: oop_verify_old_oop appears to be dead
Removed oop_verify_old_oop and allow_dirty. Also reviewed by: alexlamsl@gmail.com Reviewed-by: jmasa, jwilhelm
This commit is contained in:
parent
bb59715dae
commit
f695b75d78
43 changed files with 110 additions and 197 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
|
@ -599,7 +599,7 @@ class Generation: public CHeapObj {
|
|||
virtual void print() const;
|
||||
virtual void print_on(outputStream* st) const;
|
||||
|
||||
virtual void verify(bool allow_dirty) = 0;
|
||||
virtual void verify() = 0;
|
||||
|
||||
struct StatRecord {
|
||||
int invocations;
|
||||
|
@ -753,7 +753,7 @@ class OneContigSpaceCardGeneration: public CardGeneration {
|
|||
|
||||
virtual void record_spaces_top();
|
||||
|
||||
virtual void verify(bool allow_dirty);
|
||||
virtual void verify();
|
||||
virtual void print_on(outputStream* st) const;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue