Skip to content

Commit 7d0a45c

Browse files
author
William Kemper
committedJan 27, 2022
Degenerate to marking phase if cancellation detected after final mark
Reviewed-by: rkennke
1 parent 3e53234 commit 7d0a45c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎src/hotspot/share/gc/shenandoah/shenandoahConcurrentGC.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,8 @@ bool ShenandoahConcurrentGC::collect(GCCause::Cause cause) {
123123
// Complete marking under STW, and start evacuation
124124
vmop_entry_final_mark();
125125

126+
check_cancellation_and_abort(ShenandoahDegenPoint::_degenerated_mark);
127+
126128
// Concurrent stack processing
127129
if (heap->is_evacuation_in_progress()) {
128130
entry_thread_roots();

0 commit comments

Comments
 (0)
Please sign in to comment.