mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-16 17:14:41 +02:00
8305566: Change StringDedup thread to derive from JavaThread
Reviewed-by: stefank, cjplummer, tschatzl
This commit is contained in:
parent
f3c90f0445
commit
d3abfec8b7
18 changed files with 294 additions and 247 deletions
|
@ -479,11 +479,6 @@ void before_exit(JavaThread* thread, bool halt) {
|
|||
StatSampler::disengage();
|
||||
StatSampler::destroy();
|
||||
|
||||
// Shut down string deduplication if running.
|
||||
if (StringDedup::is_enabled()) {
|
||||
StringDedup::stop();
|
||||
}
|
||||
|
||||
// Stop concurrent GC threads
|
||||
Universe::heap()->stop();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue