src/hotspot/share/gc/shenandoah/shenandoahStringDedup.cpp
changeset 53276 72fdf46a274e
parent 52925 9c18c9d839d3
child 53383 5dc89efc08f0
--- a/src/hotspot/share/gc/shenandoah/shenandoahStringDedup.cpp	Mon Jan 14 12:24:25 2019 -0500
+++ b/src/hotspot/share/gc/shenandoah/shenandoahStringDedup.cpp	Mon Jan 14 12:51:45 2019 -0500
@@ -113,14 +113,6 @@
   }
 };
 
-void ShenandoahStringDedup::parallel_cleanup() {
-  assert(SafepointSynchronize::is_at_safepoint(), "Must be at a safepoint");
-  log_debug(gc, stringdedup)("String dedup cleanup");
-  ShenandoahIsMarkedNextClosure cl;
-
-  unlink_or_oops_do(&cl, NULL, true);
-}
-
 //
 // Task for parallel unlink_or_oops_do() operation on the deduplication queue
 // and table.