8325563: Remove unused Space::is_in
Reviewed-by: tschatzl
This commit is contained in:
parent
29d89d48cb
commit
40708baf7a
@ -117,9 +117,6 @@ class Space: public CHeapObj<mtGC> {
|
||||
bool is_in(const void* p) const {
|
||||
return used_region().contains(p);
|
||||
}
|
||||
bool is_in(oop obj) const {
|
||||
return is_in((void*)obj);
|
||||
}
|
||||
|
||||
// Returns true iff the given reserved memory of the space contains the
|
||||
// given address.
|
||||
|
Loading…
x
Reference in New Issue
Block a user