8264881: Remove the old development option MemProfiling

Reviewed-by: dholmes, coleenp, shade
This commit is contained in:
Yi Yang 2021-04-09 06:23:12 +00:00 committed by Aleksey Shipilev
parent 951f277a71
commit 666fd62ee8
8 changed files with 0 additions and 201 deletions

View file

@ -1270,9 +1270,7 @@ void os::Linux::capture_initial_stack(size_t max_size) {
// time support
// Time since start-up in seconds to a fine granularity.
// Used by VMSelfDestructTimer and the MemProfiler.
double os::elapsedTime() {
return ((double)os::elapsed_counter()) / os::elapsed_frequency(); // nanosecond resolution
}