8223258: Shenandoah: SRP::process_all_roots_slow processes JvmtiExport weak oops twice
authorzgu
Thu, 02 May 2019 15:20:06 -0400
changeset 54691 764addae3e37
parent 54690 7ab4310ed472
child 54692 22866513a80e
8223258: Shenandoah: SRP::process_all_roots_slow processes JvmtiExport weak oops twice Reviewed-by: rkennke
src/hotspot/share/gc/shenandoah/shenandoahRootProcessor.cpp
--- a/src/hotspot/share/gc/shenandoah/shenandoahRootProcessor.cpp	Wed May 01 20:25:31 2019 -0700
+++ b/src/hotspot/share/gc/shenandoah/shenandoahRootProcessor.cpp	Thu May 02 15:20:06 2019 -0400
@@ -89,7 +89,6 @@
 
   AlwaysTrueClosure always_true;
   WeakProcessor::weak_oops_do(&always_true, oops);
-  JvmtiExport::weak_oops_do(&always_true, oops);
 
   if (ShenandoahStringDedup::is_enabled()) {
     ShenandoahStringDedup::oops_do_slow(oops);