Skip to content

Commit 283696f

Browse files
committed
Add shenandoah set_needs_cleaning but this doesn't work.
1 parent 6b8f275 commit 283696f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1689,6 +1689,9 @@ void ShenandoahHeap::op_final_mark() {
16891689
set_concurrent_mark_in_progress(false);
16901690
mark_complete_marking_context();
16911691

1692+
// Notify JVMTI that the tagmap table will need cleaning.
1693+
JvmtiTagMap::set_needs_cleaning();
1694+
16921695
parallel_cleaning(false /* full gc*/);
16931696

16941697
if (ShenandoahVerify) {

0 commit comments

Comments
 (0)