--- old/src/share/vm/code/codeCache.hpp 2014-09-05 12:58:04.977220190 +0200 +++ new/src/share/vm/code/codeCache.hpp 2014-09-05 12:58:04.897220186 +0200 @@ -152,6 +152,10 @@ static void print_summary(outputStream* st, bool detailed = true); // Prints a summary of the code cache usage static void log_state(outputStream* st); + // Dcmd + static void print_codelist(outputStream* st); + static void print_layout(outputStream* st); + // The full limits of the codeCache static address low_bound() { return (address) _heap->low_boundary(); } static address high_bound() { return (address) _heap->high_boundary(); }