8272165: Consolidate mark_must_be_preserved() variants

Reviewed-by: tschatzl
This commit is contained in:
Roman Kennke 2021-08-19 10:16:55 +00:00
parent ab41812951
commit 03b5e99d99
4 changed files with 1 additions and 12 deletions

View file

@ -292,7 +292,6 @@ class oopDesc {
// Checks if the mark word needs to be preserved
inline bool mark_must_be_preserved() const;
inline bool mark_must_be_preserved(markWord m) const;
inline bool mark_must_be_preserved_for_promotion_failure(markWord m) const;
static bool has_klass_gap();