mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-05 16:09:09 +00:00
8278421: G1: Remove unused HeapRegion::verify
Reviewed-by: iwalulya, tschatzl
This commit is contained in:
parent
bc31ccc95b
commit
abebde7440
@ -736,11 +736,6 @@ void HeapRegion::verify(VerifyOption vo,
|
||||
verify_strong_code_roots(vo, failures);
|
||||
}
|
||||
|
||||
void HeapRegion::verify() const {
|
||||
bool dummy = false;
|
||||
verify(VerifyOption_G1UsePrevMarking, /* failures */ &dummy);
|
||||
}
|
||||
|
||||
void HeapRegion::verify_rem_set(VerifyOption vo, bool* failures) const {
|
||||
G1CollectedHeap* g1h = G1CollectedHeap::heap();
|
||||
*failures = false;
|
||||
|
||||
@ -618,9 +618,6 @@ public:
|
||||
// full GC.
|
||||
void verify(VerifyOption vo, bool *failures) const;
|
||||
|
||||
// Verify using the "prev" marking information
|
||||
void verify() const;
|
||||
|
||||
void verify_rem_set(VerifyOption vo, bool *failures) const;
|
||||
void verify_rem_set() const;
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user