We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b8f275 commit 283696fCopy full SHA for 283696f
src/hotspot/share/gc/shenandoah/shenandoahHeap.cpp
@@ -1689,6 +1689,9 @@ void ShenandoahHeap::op_final_mark() {
1689
set_concurrent_mark_in_progress(false);
1690
mark_complete_marking_context();
1691
1692
+ // Notify JVMTI that the tagmap table will need cleaning.
1693
+ JvmtiTagMap::set_needs_cleaning();
1694
+
1695
parallel_cleaning(false /* full gc*/);
1696
1697
if (ShenandoahVerify) {
0 commit comments