< prev index next >
src/share/vm/gc/shenandoah/shenandoahHeap.hpp
Print this page
rev 12638 : connection matrix
rev 12648 : merge
@@ -303,10 +303,13 @@
void print_heap_regions(outputStream* st = tty) const;
void print_all_refs(const char* prefix);
void print_heap_locations(HeapWord* start, HeapWord* end);
+ void calculate_matrix(int* connections);
+ void print_matrix(int* connections);
+
size_t bytes_allocated_since_cm();
void set_bytes_allocated_since_cm(size_t bytes);
size_t max_allocated_gc();
< prev index next >