mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +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
|
@ -823,10 +823,10 @@ class HeapRegion: public G1OffsetTableContigSpace {
|
|||
// Currently there is only one place where this is called with
|
||||
// vo == UseMarkWord, which is to verify the marking during a
|
||||
// full GC.
|
||||
void verify(bool allow_dirty, VerifyOption vo, bool *failures) const;
|
||||
void verify(VerifyOption vo, bool *failures) const;
|
||||
|
||||
// Override; it uses the "prev" marking information
|
||||
virtual void verify(bool allow_dirty) const;
|
||||
virtual void verify() const;
|
||||
};
|
||||
|
||||
// HeapRegionClosure is used for iterating over regions.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue