mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 01:54:47 +02:00
8199728: Remove oopDesc::is_scavengable
Reviewed-by: kbarrett, pliden
This commit is contained in:
parent
089f83703a
commit
0933677217
6 changed files with 8 additions and 14 deletions
|
@ -284,8 +284,6 @@ class oopDesc {
|
|||
// garbage collection
|
||||
inline bool is_gc_marked() const;
|
||||
|
||||
inline bool is_scavengable() const;
|
||||
|
||||
// Forward pointer operations for scavenge
|
||||
inline bool is_forwarded() const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue