src/share/vm/gc_implementation/parallelScavenge/psParallelCompact.hpp

changeset 4904
7b835924c31c
parent 4384
b735136e0d82
child 5011
a08c80e9e1e5
equal deleted inserted replaced
4903:ba42fd5e00e6 4904:7b835924c31c
1161 static SpaceId space_id(HeapWord* addr); 1161 static SpaceId space_id(HeapWord* addr);
1162 1162
1163 // Time since last full gc (in milliseconds). 1163 // Time since last full gc (in milliseconds).
1164 static jlong millis_since_last_gc(); 1164 static jlong millis_since_last_gc();
1165 1165
1166 static void print_on_error(outputStream* st);
1167
1166 #ifndef PRODUCT 1168 #ifndef PRODUCT
1167 // Debugging support. 1169 // Debugging support.
1168 static const char* space_names[last_space_id]; 1170 static const char* space_names[last_space_id];
1169 static void print_region_ranges(); 1171 static void print_region_ranges();
1170 static void print_dense_prefix_stats(const char* const algorithm, 1172 static void print_dense_prefix_stats(const char* const algorithm,

mercurial