mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 01:24:33 +02:00
8258908: Remove JVM option CleanChunkPoolAsync
Reviewed-by: coleenp
This commit is contained in:
parent
c0540ffda9
commit
f6cb8c558b
6 changed files with 5 additions and 25 deletions
|
@ -3676,9 +3676,7 @@ jint Threads::create_vm(JavaVMInitArgs* args, bool* canTryAgain) {
|
|||
create_vm_init_libraries();
|
||||
}
|
||||
|
||||
if (CleanChunkPoolAsync) {
|
||||
Chunk::start_chunk_pool_cleaner_task();
|
||||
}
|
||||
Chunk::start_chunk_pool_cleaner_task();
|
||||
|
||||
// Start the service thread
|
||||
// The service thread enqueues JVMTI deferred events and does various hashtable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue