< prev index next >

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

Print this page
*** 113,13 ***
    }
  
    _generation->set_mark_complete();
    end_mark();
  
-   // Mark is finished, can disarm the nmethods now.
-   ShenandoahCodeRoots::disarm_nmethods();
- 
    assert(task_queues()->is_empty(), "Should be empty");
    TASKQUEUE_STATS_ONLY(task_queues()->print_and_reset_taskqueue_stats(""));
  }
  
  void ShenandoahSTWMark::mark_roots(uint worker_id) {
--- 113,10 ---
< prev index next >