mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 12:09:14 +00:00
8375455: G1: Remove unused G1HeapRegionStats::coarsen_stats()
Reviewed-by: kbarrett
This commit is contained in:
parent
e4474ad8ae
commit
fda8d0506a
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2021, 2025, Oracle and/or its affiliates. All rights reserved.
|
* Copyright (c) 2021, 2026, Oracle and/or its affiliates. All rights reserved.
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
*
|
*
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
* This code is free software; you can redistribute it and/or modify it
|
||||||
@ -1024,10 +1024,6 @@ size_t G1CardSet::num_containers() {
|
|||||||
return cl._count;
|
return cl._count;
|
||||||
}
|
}
|
||||||
|
|
||||||
G1CardSetCoarsenStats G1CardSet::coarsen_stats() {
|
|
||||||
return _coarsen_stats;
|
|
||||||
}
|
|
||||||
|
|
||||||
void G1CardSet::print_coarsen_stats(outputStream* out) {
|
void G1CardSet::print_coarsen_stats(outputStream* out) {
|
||||||
_last_coarsen_stats.subtract_from(_coarsen_stats);
|
_last_coarsen_stats.subtract_from(_coarsen_stats);
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2001, 2025, Oracle and/or its affiliates. All rights reserved.
|
* Copyright (c) 2001, 2026, Oracle and/or its affiliates. All rights reserved.
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
*
|
*
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
* This code is free software; you can redistribute it and/or modify it
|
||||||
@ -123,9 +123,6 @@ public:
|
|||||||
|
|
||||||
static void initialize(MemRegion reserved);
|
static void initialize(MemRegion reserved);
|
||||||
|
|
||||||
// Coarsening statistics since VM start.
|
|
||||||
static G1CardSetCoarsenStats coarsen_stats() { return G1CardSet::coarsen_stats(); }
|
|
||||||
|
|
||||||
inline uintptr_t to_card(OopOrNarrowOopStar from) const;
|
inline uintptr_t to_card(OopOrNarrowOopStar from) const;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user