mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 19:14:38 +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
|
@ -181,6 +181,8 @@ public:
|
|||
// within the heap, this function tells whether they are met.
|
||||
virtual bool is_aligned(HeapWord* addr) = 0;
|
||||
|
||||
// Print a description of the memory for the barrier set
|
||||
virtual void print_on(outputStream* st) const = 0;
|
||||
};
|
||||
|
||||
#endif // SHARE_VM_MEMORY_BARRIERSET_HPP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue