src/share/vm/memory/genCollectedHeap.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/memory/genCollectedHeap.hpp	Thu Sep 19 22:40:51 2013
--- new/src/share/vm/memory/genCollectedHeap.hpp	Thu Sep 19 22:40:51 2013

*** 84,97 **** --- 84,93 ---- // In block contents verification, the number of header words to skip NOT_PRODUCT(static size_t _skip_header_HeapWords;) protected: // Directs each generation up to and including "collectedGen" to recompute // its desired size. //void compute_new_generation_sizes(int collectedGen); // Helper functions for allocation HeapWord* attempt_allocation(size_t size, bool is_tlab, bool first_only);

src/share/vm/memory/genCollectedHeap.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File