8179268: Factor out AdaptiveSizePolicy from top-level interfaces CollectorPolicy and CollectedHeap

Reviewed-by: pliden, sjohanss
This commit is contained in:
Roman Kennke 2017-07-04 20:41:33 +02:00
parent b4d5834c9d
commit 313f3e3ef5
7 changed files with 55 additions and 47 deletions

View file

@ -486,7 +486,6 @@ void before_exit(JavaThread* thread) {
ClassLoaderDataGraph::dump_on(log.trace_stream());
}
}
AdaptiveSizePolicyOutput::print();
if (PrintBytecodeHistogram) {
BytecodeHistogram::print();