hotspot/src/share/vm/memory/genCollectedHeap.hpp
changeset 360 21d113ecbf6a
parent 1 489c9b5090e2
child 389 a44227868a4a
equal deleted inserted replaced
357:f4edb0d9f109 360:21d113ecbf6a
   450   // gens in ascending order; return the new location of obj if successful.
   450   // gens in ascending order; return the new location of obj if successful.
   451   // Otherwise, try expand-and-allocate for obj in each generation starting at
   451   // Otherwise, try expand-and-allocate for obj in each generation starting at
   452   // gen; return the new location of obj if successful.  Otherwise, return NULL.
   452   // gen; return the new location of obj if successful.  Otherwise, return NULL.
   453   oop handle_failed_promotion(Generation* gen,
   453   oop handle_failed_promotion(Generation* gen,
   454                               oop obj,
   454                               oop obj,
   455                               size_t obj_size,
   455                               size_t obj_size);
   456                               oop* ref);
       
   457 
   456 
   458 private:
   457 private:
   459   // Accessor for memory state verification support
   458   // Accessor for memory state verification support
   460   NOT_PRODUCT(
   459   NOT_PRODUCT(
   461     static size_t skip_header_HeapWords() { return _skip_header_HeapWords; }
   460     static size_t skip_header_HeapWords() { return _skip_header_HeapWords; }