8223258: Shenandoah: SRP::process_all_roots_slow processes JvmtiExport weak oops twice
Reviewed-by: rkennke
--- 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);