< prev index next >

src/hotspot/share/gc/shenandoah/shenandoahTraversalGC.cpp

Print this page
rev 57589 : 8237632: Shenandoah fails some vmTestbase_nsk_jvmti tests with "Forwardee must point to a heap address"

@@ -1043,11 +1043,11 @@
   ReferenceProcessor* rp = _heap->ref_processor();
 
   ShenandoahPhaseTimings::Phase phase_process = ShenandoahPhaseTimings::weakrefs_process;
 
   shenandoah_assert_rp_isalive_not_installed();
-  ShenandoahForwardedIsAliveClosure is_alive;
+  ShenandoahForwardedIsAliveNoCSetCheckClosure is_alive;
   ReferenceProcessorIsAliveMutator fix_isalive(rp, &is_alive);
 
   WorkGang* workers = _heap->workers();
   uint nworkers = workers->active_workers();
 
< prev index next >