--- old/src/hotspot/share/compiler/compileBroker.hpp 2018-03-01 18:09:46.320470000 +0100 +++ new/src/hotspot/share/compiler/compileBroker.hpp 2018-03-01 18:09:46.093465000 +0100 @@ -381,6 +381,10 @@ // Log that compilation profiling is skipped because metaspace is full. static void log_metaspace_failure(); + + // 8198691: CodeHeap State Analytics. + static void print_info(outputStream *out); + static void print_heapinfo(outputStream *out, const char* function, const char* granularity ); }; #endif // SHARE_VM_COMPILER_COMPILEBROKER_HPP