hotspot/src/share/vm/code/codeCache.hpp
changeset 26587 e8b28fa936af
parent 25492 d27050bdfb04
child 26796 666464578742
--- a/hotspot/src/share/vm/code/codeCache.hpp	Wed Sep 10 19:08:17 2014 -0700
+++ b/hotspot/src/share/vm/code/codeCache.hpp	Wed Sep 10 13:27:33 2014 +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 (Diagnostic commands)
+  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(); }