comparison src/share/vm/gc_implementation/parallelScavenge/psParallelCompact.hpp @ 9076:7b835924c31c

8011872: Include Bit Map addresses in the hs_err files Reviewed-by: brutisso, jmasa
author stefank
date Wed, 10 Apr 2013 14:26:49 +0200
parents b735136e0d82
children a08c80e9e1e5
comparison
equal deleted inserted replaced
9075:ba42fd5e00e6 9076: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,