8199728: Remove oopDesc::is_scavengable

Reviewed-by: kbarrett, pliden
This commit is contained in:
Stefan Karlsson 2018-03-15 21:26:55 +01:00
parent 089f83703a
commit 0933677217
6 changed files with 8 additions and 14 deletions

View file

@ -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;