diff src/share/vm/code/codeCache.hpp @ 1907:1e9a9d2e6509

6970683: improvements to hs_err output Reviewed-by: kvn, jrose, dholmes, coleenp
author never
date Thu, 21 Oct 2010 11:55:10 -0700
parents 2a47bd84841f
children f95d63e2154a
line wrap: on
line diff
--- a/src/share/vm/code/codeCache.hpp	Wed Oct 20 13:18:17 2010 -0700
+++ b/src/share/vm/code/codeCache.hpp	Thu Oct 21 11:55:10 2010 -0700
@@ -137,6 +137,7 @@
   static void print_internals();
   static void verify();                          // verifies the code cache
   static void print_trace(const char* event, CodeBlob* cb, int size = 0) PRODUCT_RETURN;
+  static void print_bounds(outputStream* st);    // Prints a summary of the bounds of the code cache
 
   // The full limits of the codeCache
   static address  low_bound()                    { return (address) _heap->low_boundary(); }