mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8299072: java_lang_ref_Reference::clear_referent should be GC agnostic
Co-authored-by: Axel Boldt-Christmas <aboldtch@openjdk.org> Reviewed-by: dholmes, shade, kbarrett
This commit is contained in:
parent
ccbcea830d
commit
c32a34c2e5
5 changed files with 8 additions and 3 deletions
|
@ -952,6 +952,7 @@ class java_lang_ref_Reference: AllStatic {
|
|||
static inline oop phantom_referent_no_keepalive(oop ref);
|
||||
static inline oop unknown_referent_no_keepalive(oop ref);
|
||||
static inline void clear_referent(oop ref);
|
||||
static inline void clear_referent_raw(oop ref);
|
||||
static inline HeapWord* referent_addr_raw(oop ref);
|
||||
static inline oop next(oop ref);
|
||||
static inline void set_next(oop ref, oop value);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue