Skip to content

Commit a45b5b4

Browse files
committedJan 15, 2024
8323722: Serial: Remove unused no_gc_in_progress
Reviewed-by: stefank, tschatzl
1 parent 7e0a4ed commit a45b5b4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎src/hotspot/share/gc/serial/serialHeap.hpp

-2
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,6 @@ class SerialHeap : public CollectedHeap {
248248
_old_gen->update_gc_stats(current_generation, full);
249249
}
250250

251-
bool no_gc_in_progress() { return !is_gc_active(); }
252-
253251
void prepare_for_verify() override;
254252
void verify(VerifyOption option) override;
255253

0 commit comments

Comments
 (0)
Please sign in to comment.