mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 19:14:38 +02:00
8060074: os::free() takes MemoryTrackingLevel but doesn't need it
Cleaned up unused arguments in os::free and it's callers. Reviewed-by: lfoltan, coleenp, ctornqvi, dholmes
This commit is contained in:
parent
6c1cf6ba45
commit
91dbd4f088
91 changed files with 354 additions and 354 deletions
|
@ -936,7 +936,7 @@ void FlatProfiler::record_thread_ticks() {
|
|||
FlatProfiler::interval_reset();
|
||||
}
|
||||
|
||||
FREE_C_HEAP_ARRAY(JavaThread *, threadsList, mtInternal);
|
||||
FREE_C_HEAP_ARRAY(JavaThread *, threadsList);
|
||||
} else {
|
||||
// Couldn't get the threads lock, just record that rather than blocking
|
||||
FlatProfiler::threads_lock_ticks += 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue