mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 02:24:40 +02:00
8264166: OopStorage should support specifying MEMFLAGS for allocations
Reviewed-by: tschatzl, stefank
This commit is contained in:
parent
41657b15ac
commit
bb354b9d1c
16 changed files with 64 additions and 34 deletions
|
@ -105,7 +105,8 @@ void ThreadService::init() {
|
|||
_thread_allocated_memory_enabled = true; // Always on, so enable it
|
||||
|
||||
// Initialize OopStorage for thread stack sampling walking
|
||||
_thread_service_storage = OopStorageSet::create_strong("ThreadService OopStorage");
|
||||
_thread_service_storage = OopStorageSet::create_strong("ThreadService OopStorage",
|
||||
mtServiceability);
|
||||
}
|
||||
|
||||
void ThreadService::reset_peak_thread_count() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue