comparison src/share/vm/memory/barrierSet.hpp @ 5984:fd09f2d8283e

7157141: crash in 64 bit with corrupted oops Reviewed-by: kvn, iveresov
author never
date Mon, 02 Apr 2012 16:05:56 -0700
parents 0ac769a57c64
children d2a62e0f25eb
comparison
equal deleted inserted replaced
5977:e02867d10860 5984:fd09f2d8283e
179 179
180 // If the barrier set imposes any alignment restrictions on boundaries 180 // If the barrier set imposes any alignment restrictions on boundaries
181 // within the heap, this function tells whether they are met. 181 // within the heap, this function tells whether they are met.
182 virtual bool is_aligned(HeapWord* addr) = 0; 182 virtual bool is_aligned(HeapWord* addr) = 0;
183 183
184 // Print a description of the memory for the barrier set
185 virtual void print_on(outputStream* st) const = 0;
184 }; 186 };
185 187
186 #endif // SHARE_VM_MEMORY_BARRIERSET_HPP 188 #endif // SHARE_VM_MEMORY_BARRIERSET_HPP