mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 02:54:35 +02:00
7157141: crash in 64 bit with corrupted oops
Reviewed-by: kvn, iveresov
This commit is contained in:
parent
cdd9c702ac
commit
8fc6b2ef2a
6 changed files with 20 additions and 21 deletions
|
@ -472,6 +472,9 @@ public:
|
|||
return _byte_map + card_index;
|
||||
}
|
||||
|
||||
// Print a description of the memory for the barrier set
|
||||
virtual void print_on(outputStream* st) const;
|
||||
|
||||
void verify();
|
||||
void verify_guard();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue