mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8173715: Remove FlatProfiler
Obsoleted Xprof flag, removed FlatProfiler code Reviewed-by: dholmes, coleenp, vlivanov, pliden
This commit is contained in:
parent
1d5aeeb5f1
commit
59445a845c
43 changed files with 92 additions and 2447 deletions
|
@ -55,7 +55,6 @@
|
|||
#include "runtime/biasedLocking.hpp"
|
||||
#include "runtime/compilationPolicy.hpp"
|
||||
#include "runtime/deoptimization.hpp"
|
||||
#include "runtime/fprofiler.hpp"
|
||||
#include "runtime/init.hpp"
|
||||
#include "runtime/interfaceSupport.hpp"
|
||||
#include "runtime/java.hpp"
|
||||
|
@ -465,12 +464,6 @@ void before_exit(JavaThread* thread) {
|
|||
WatcherThread::stop();
|
||||
}
|
||||
|
||||
// Print statistics gathered (profiling ...)
|
||||
if (Arguments::has_profile()) {
|
||||
FlatProfiler::disengage();
|
||||
FlatProfiler::print(10);
|
||||
}
|
||||
|
||||
// shut down the StatSampler task
|
||||
StatSampler::disengage();
|
||||
StatSampler::destroy();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue