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

src/share/vm/memory/heap.hpp

Print this page
rev 12400 : 8168503: JEP 297: Unified arm32/arm64 Port
Reviewed-by: kvn, enevill, ihse, dholmes, erik, coleenp, cjplummer

*** 79,89 **** 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; --- 79,88 ----
src/share/vm/memory/heap.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File