7157141: crash in 64 bit with corrupted oops

Reviewed-by: kvn, iveresov
This commit is contained in:
Tom Rodriguez 2012-04-02 16:05:56 -07:00
parent cdd9c702ac
commit 8fc6b2ef2a
6 changed files with 20 additions and 21 deletions

View file

@ -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