mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-16 17:14:41 +02:00
8272165: Consolidate mark_must_be_preserved() variants
Reviewed-by: tschatzl
This commit is contained in:
parent
ab41812951
commit
03b5e99d99
4 changed files with 1 additions and 12 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue