hotspot/src/share/vm/gc/shared/collectedHeap.hpp
changeset 41283 2615c024f3eb
parent 41177 3869072fc2e1
child 42592 6c1ca562e05a
equal deleted inserted replaced
41282:474076f73ba1 41283:2615c024f3eb
   348     return false;
   348     return false;
   349   }
   349   }
   350   // These functions return the addresses of the fields that define the
   350   // These functions return the addresses of the fields that define the
   351   // boundaries of the contiguous allocation area.  (These fields should be
   351   // boundaries of the contiguous allocation area.  (These fields should be
   352   // physically near to one another.)
   352   // physically near to one another.)
   353   virtual HeapWord** top_addr() const {
   353   virtual HeapWord* volatile* top_addr() const {
   354     guarantee(false, "inline contiguous allocation not supported");
   354     guarantee(false, "inline contiguous allocation not supported");
   355     return NULL;
   355     return NULL;
   356   }
   356   }
   357   virtual HeapWord** end_addr() const {
   357   virtual HeapWord** end_addr() const {
   358     guarantee(false, "inline contiguous allocation not supported");
   358     guarantee(false, "inline contiguous allocation not supported");