mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 11:04:34 +02:00
8076231: Remove unused is_in_partial_collection()
Reviewed-by: brutisso, drwhite
This commit is contained in:
parent
062cf882e0
commit
ff23a17283
7 changed files with 3 additions and 47 deletions
|
@ -291,12 +291,6 @@ class CollectedHeap : public CHeapObj<mtInternal> {
|
|||
return p == NULL || is_in_closed_subset(p);
|
||||
}
|
||||
|
||||
#ifdef ASSERT
|
||||
// Returns true if "p" is in the part of the
|
||||
// heap being collected.
|
||||
virtual bool is_in_partial_collection(const void *p) = 0;
|
||||
#endif
|
||||
|
||||
// An object is scavengable if its location may move during a scavenge.
|
||||
// (A scavenge is a GC which is not a full GC.)
|
||||
virtual bool is_scavengable(const void *p) = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue