< prev index next >

src/hotspot/share/gc/z/zCollectedHeap.hpp

Print this page
rev 55577 : JDK-8227226: segmented clearing of arrays for ZGC

Periodic checks based on chunk size during clearing of arrays for safepoint.  Make the allocation safe (pinned) and clear (good) during the iterations.

*** 51,60 **** --- 51,62 ---- virtual HeapWord* allocate_new_tlab(size_t min_size, size_t requested_size, size_t* actual_size); + oop array_allocate(Klass* klass, int size, int length, bool do_zero, TRAPS); + public: static ZCollectedHeap* heap(); ZCollectedHeap(); virtual Name kind() const;
< prev index next >