equal
deleted
inserted
replaced
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, |