8221748: Remove unused oopDesc::is_unlocked_oop()

Reviewed-by: kbarrett
This commit is contained in:
Per Lidén 2019-04-02 10:04:35 +02:00
parent a5cec7fe04
commit 6bce53795b
2 changed files with 0 additions and 7 deletions

View file

@ -256,7 +256,6 @@ class oopDesc {
static bool is_oop(oop obj, bool ignore_mark_word = false);
static bool is_oop_or_null(oop obj, bool ignore_mark_word = false);
#ifndef PRODUCT
inline bool is_unlocked_oop() const;
static bool is_archived_object(oop p) NOT_CDS_JAVA_HEAP_RETURN_(false);
#endif