src/share/vm/memory/heap.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/memory/heap.hpp	Tue Dec 13 12:43:34 2016
--- new/src/share/vm/memory/heap.hpp	Tue Dec 13 12:43:32 2016

*** 79,89 **** --- 79,88 ---- void set_link(FreeBlock* link) { _link = link; } }; class CodeHeap : public CHeapObj<mtCode> { friend class VMStructs; friend class PregeneratedCodeHeap; protected: VirtualSpace _memory; // the memory holding the blocks VirtualSpace _segmap; // the memory holding the segment map size_t _number_of_committed_segments;

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