Skip to content

Commit

Permalink
review
Browse files Browse the repository at this point in the history
  • Loading branch information
LizBing committed May 2, 2024
1 parent f4e066c commit 92d0df4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/hotspot/share/gc/g1/g1HRPrinter.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class G1HRPrinter {
action, hr->get_type_str(), p2i(hr->bottom()), p2i(hr->top()), p2i(hr->end()));
}

void mark_reclaim(HeapRegion* hr) {
void mark_reclaim(G1HeapRegion* hr) {
print("MARK-RECLAIM", hr);
}

Expand Down Expand Up @@ -90,7 +90,7 @@ class G1HRPrinter {
}
}

void evac_reclaim(HeapRegion* hr) {
void evac_reclaim(G1HeapRegion* hr) {
if (is_active()) {
print("EVAC-RECLAIM", hr);
}
Expand Down

0 comments on commit 92d0df4

Please sign in to comment.