8305566: Change StringDedup thread to derive from JavaThread

Reviewed-by: stefank, cjplummer, tschatzl
This commit is contained in:
Kim Barrett 2023-04-28 03:11:00 +00:00
parent f3c90f0445
commit d3abfec8b7
18 changed files with 294 additions and 247 deletions

View file

@ -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();