8212184: Incorrect oop ref strength used for referents in FinalReference

Reviewed-by: eosterlund, kbarrett
This commit is contained in:
Per Lidén 2018-11-02 07:58:22 +01:00
parent ca91f514d8
commit 54d4acf73f
3 changed files with 13 additions and 1 deletions

View file

@ -912,6 +912,7 @@ class java_lang_ref_Reference: AllStatic {
static inline oop queue(oop ref);
static inline void set_queue(oop ref, oop value);
static bool is_referent_field(oop obj, ptrdiff_t offset);
static inline bool is_final(oop ref);
static inline bool is_phantom(oop ref);
};