mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8212184: Incorrect oop ref strength used for referents in FinalReference
Reviewed-by: eosterlund, kbarrett
This commit is contained in:
parent
ca91f514d8
commit
54d4acf73f
3 changed files with 13 additions and 1 deletions
|
@ -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);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue