< prev index next >

src/hotspot/share/memory/universe.hpp

Print this page
rev 47829 : 8189389: Move heap creation into GC interface

*** 218,228 **** // Historic gc information static size_t _heap_capacity_at_last_gc; static size_t _heap_used_at_last_gc; - template <class Heap, class Policy> static CollectedHeap* create_heap_with_policy(); static CollectedHeap* create_heap(); static CollectedHeap* create_heap_ext(); static jint initialize_heap(); static void initialize_basic_type_mirrors(TRAPS); static void fixup_mirrors(TRAPS); --- 218,227 ----
< prev index next >